mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +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`
|
# skip refresh if defconfig contains `#include`
|
||||||
if grep -q "#include" $DEFCONFIG; then
|
if grep -q "#include" $DEFCONFIG; then
|
||||||
echo "Note: skipping refresh for debug defconfig."
|
echo "Note: skipping refresh for debug defconfig."
|
||||||
exit 0
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy the .config and Make.defs to the toplevel directory
|
# Copy the .config and Make.defs to the toplevel directory
|
||||||
|
|||||||
Reference in New Issue
Block a user