mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +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..."
|
echo " Refreshing..."
|
||||||
|
|
||||||
if grep -q "V=1" <<< "$*" ; then
|
make olddefconfig $* || { echo "ERROR: failed to refresh"; exit 1; }
|
||||||
make olddefconfig $* || { echo "ERROR: failed to refresh"; exit 1; }
|
|
||||||
else
|
|
||||||
make olddefconfig $* 1>/dev/null || { echo "ERROR: failed to refresh"; exit 1; }
|
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user