From b574ea8b73ca365514063ddfc8700f205cc44542 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Thu, 19 Mar 2020 11:44:16 +0800 Subject: [PATCH] tools/sethost.sh: Don't make clean_context explicitly Since olddefconfig will do this automatically --- tools/sethost.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/sethost.sh b/tools/sethost.sh index 8ebac02c07..4e776ab4a9 100755 --- a/tools/sethost.sh +++ b/tools/sethost.sh @@ -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