1
0
Fork 0
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:
Xiang Xiao 2020-03-19 11:44:16 +08:00 committed by Gregory Nutt
parent 8a6d67d138
commit b574ea8b73

View file

@ -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