summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-08-29 23:35:30 (GMT)
committerGuido van Rossum <guido@python.org>2007-08-29 23:35:30 (GMT)
commit5420bc316701bfb15d50ac9925ab6086316218fd (patch)
tree0be1582d16be20e685c55421c003f927be76d657 /Makefile.pre.in
parent77b5e33e7d2ec1ed3e8eabf30e103134b0db76f9 (diff)
downloadcpython-5420bc316701bfb15d50ac9925ab6086316218fd.zip
cpython-5420bc316701bfb15d50ac9925ab6086316218fd.tar.gz
cpython-5420bc316701bfb15d50ac9925ab6086316218fd.tar.bz2
Don't delete test output when "make clean" is run -- only when "make
clobber" is run. (Thanks Thomas W. for pointing this out!)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0911336..1a881c7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1031,13 +1031,13 @@ rmtestturds:
-rm -f *.txt
-rm -f gb-18030-2000.xml
-clean: pycremoval rmtestturds
+clean: pycremoval
find . -name '*.o' -exec rm -f {} ';'
find . -name '*.s[ol]' -exec rm -f {} ';'
find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true
find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true
-clobber: clean
+clobber: clean rmtestturds
-rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
tags TAGS \
config.cache config.log pyconfig.h Modules/config.c