Revert "tools/testbuild.sh: Use CPU option on 'make distclean' too, but not 'make olddefconfig."

This reverts commit edb19474bc.
This commit is contained in:
Gregory Nutt 2019-10-03 07:55:54 -06:00
parent 4c8854b3c6
commit a5fecf88dc

View File

@ -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
}