]> granicus.if.org Git - python/commitdiff
Add a dependency on clobber to the boot target. Now, if you run "make
authorGuido van Rossum <guido@python.org>
Thu, 10 Oct 1996 19:12:47 +0000 (19:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Oct 1996 19:12:47 +0000 (19:12 +0000)
-f Makefile.pre.in boot", all traces of previous runs are removed.

Misc/Makefile.pre.in

index dcc57f2ad29a2086632eb47fa04569d05ad19f64..e9caa801c9ea464efacc77dc0b2cbfea8c54caed 100644 (file)
@@ -245,7 +245,7 @@ sedscript:  $(MAKEFILE)
        echo "/^BASESETUP=/s%=.*%=      $(BASESETUP)%" >>sedscript
 
 # Bootstrap target
-boot:
+boot:  clobber
        VERSION=`python -c "import sys; print sys.version[:3]"`; \
        installdir=`python -c "import sys; print sys.prefix"`; \
        exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \