make clean after running setup/configure script
This commit is contained in:
parent
98b0bde840
commit
a6a1f3dfc8
2 changed files with 2 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
1
setup
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue