Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43e6661

Browse files
committed
Add a dependency on clobber to the boot target. Now, if you run "make
-f Makefile.pre.in boot", all traces of previous runs are removed.
1 parent b030bc0 commit 43e6661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ sedscript: $(MAKEFILE)
245245
echo "/^BASESETUP=/s%=.*%= $(BASESETUP)%" >>sedscript
246246

247247
# Bootstrap target
248-
boot:
248+
boot: clobber
249249
VERSION=`python -c "import sys; print sys.version[:3]"`; \
250250
installdir=`python -c "import sys; print sys.prefix"`; \
251251
exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \

0 commit comments

Comments
 (0)