mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
tools/refresh.sh: Should continue to refresh other configs when matching debug configs
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ for CONFIG in ${CONFIGS}; do
|
||||
# skip refresh if defconfig contains `#include`
|
||||
if grep -q "#include" $DEFCONFIG; then
|
||||
echo "Note: skipping refresh for debug defconfig."
|
||||
exit 0
|
||||
continue
|
||||
fi
|
||||
|
||||
# Copy the .config and Make.defs to the toplevel directory
|
||||
|
||||
Reference in New Issue
Block a user