Kaydet (Commit) 43e6661d authored tarafından Guido van Rossum's avatar Guido van Rossum

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.
üst b030bc02
...@@ -245,7 +245,7 @@ sedscript: $(MAKEFILE) ...@@ -245,7 +245,7 @@ sedscript: $(MAKEFILE)
echo "/^BASESETUP=/s%=.*%= $(BASESETUP)%" >>sedscript echo "/^BASESETUP=/s%=.*%= $(BASESETUP)%" >>sedscript
# Bootstrap target # Bootstrap target
boot: boot: clobber
VERSION=`python -c "import sys; print sys.version[:3]"`; \ VERSION=`python -c "import sys; print sys.version[:3]"`; \
installdir=`python -c "import sys; print sys.prefix"`; \ installdir=`python -c "import sys; print sys.prefix"`; \
exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \ exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment