mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
tools/testbuild.sh: Use CPU option on 'make distclean' too, but not 'make olddefconfig.
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ function distclean {
|
||||
cd $nuttx || { echo "ERROR: failed to CD to $nuttx"; exit 1; }
|
||||
if [ -f .config ]; then
|
||||
echo " Cleaning..."
|
||||
${MAKE} ${MAKE_FLAGS} distclean 1>/dev/null
|
||||
${MAKE} ${JOPTION} ${MAKE_FLAGS} distclean 1>/dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user