We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b5e33 commit 5420bc3Copy full SHA for 5420bc3
Makefile.pre.in
@@ -1031,13 +1031,13 @@ rmtestturds:
1031
-rm -f *.txt
1032
-rm -f gb-18030-2000.xml
1033
1034
-clean: pycremoval rmtestturds
+clean: pycremoval
1035
find . -name '*.o' -exec rm -f {} ';'
1036
find . -name '*.s[ol]' -exec rm -f {} ';'
1037
find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true
1038
find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true
1039
1040
-clobber: clean
+clobber: clean rmtestturds
1041
-rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
1042
tags TAGS \
1043
config.cache config.log pyconfig.h Modules/config.c
0 commit comments