mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
tools/refresh.sh: shouldn't redirect "make oldconfig" to /dev/null
since kconfig need interact with user to make the selection Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
+1
-1
@@ -244,7 +244,7 @@ for CONFIG in ${CONFIGS}; do
|
||||
if [ "X${debug}" == "Xy" ]; then
|
||||
make oldconfig V=1
|
||||
else
|
||||
make oldconfig 1>/dev/null
|
||||
make oldconfig
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user