make clean after running setup/configure script

This commit is contained in:
nehalmistry 2002-12-07 21:04:43 +00:00
parent 98b0bde840
commit a6a1f3dfc8
2 changed files with 2 additions and 0 deletions

1
configure vendored
View file

@ -1216,6 +1216,7 @@ echo " @\$(TOPDIR)/tools/aledoc \$< | \$(DOCIFY) > \$*-h.doc 2>/dev/null" >> $RU
echo
echo "Done generating $RULESFILE."
echo
$MAKE clean > /dev/null
echo -n "Would you like to compile it now? (y) "
read $N ANSWER
echo

1
setup
View file

@ -970,6 +970,7 @@ echo " @\$(TOPDIR)/tools/aledoc \$< | \$(DOCIFY) > \$*-h.doc 2>/dev/null" >> $RU
echo
echo "Done generating $RULESFILE."
echo
$MAKE clean > /dev/null
echo -n "Would you like to compile it now? (y) "
read $N ANSWER
echo