mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
sethost.sh: always print logs to ease identify problem in configure phase
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
c4be707683
commit
67589adfb7
+1
-5
@@ -182,8 +182,4 @@ fi
|
||||
|
||||
echo " Refreshing..."
|
||||
|
||||
if grep -q "V=1" <<< "$*" ; then
|
||||
make olddefconfig $* || { echo "ERROR: failed to refresh"; exit 1; }
|
||||
else
|
||||
make olddefconfig $* 1>/dev/null || { echo "ERROR: failed to refresh"; exit 1; }
|
||||
fi
|
||||
make olddefconfig $* || { echo "ERROR: failed to refresh"; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user