mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
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.
This commit is contained in:
parent
b030bc026e
commit
43e6661d25
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue