forked from nuttx/nuttx-update
tools/sethost.sh: Don't make clean_context explicitly
Since olddefconfig will do this automatically
This commit is contained in:
parent
8a6d67d138
commit
b574ea8b73
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ sed -i -e "/CONFIG_HOST_OTHER/d" $nuttx/.config
|
|||
|
||||
echo " Refreshing..."
|
||||
cd $nuttx || { echo "ERROR: failed to cd to $nuttx"; exit 1; }
|
||||
make clean_context 1>/dev/null 2>&1
|
||||
if [ "X${debug}" = "Xy" ]; then
|
||||
make olddefconfig V=1 || { echo "ERROR: failed to refresh"; exit 1; }
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue