mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
Revert "tools/testbuild.sh: Use CPU option on 'make distclean' too, but not 'make olddefconfig."
This reverts commit edb19474bc.
This commit is contained in:
parent
4c8854b3c6
commit
a5fecf88dc
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ function distclean {
|
|||
cd $nuttx || { echo "ERROR: failed to CD to $nuttx"; exit 1; }
|
||||
if [ -f .config ]; then
|
||||
echo " Cleaning..."
|
||||
${MAKE} ${JOPTION} ${MAKE_FLAGS} distclean 1>/dev/null
|
||||
${MAKE} ${MAKE_FLAGS} distclean 1>/dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue