mirror of
https://github.com/python/cpython.git
synced 2024-11-25 10:54:51 +08:00
Should remove getbuildno.o/buildno files in clobber/distclean targets.
This commit is contained in:
parent
beef8aa719
commit
cf0be04b2c
@ -447,7 +447,7 @@ clean: localclean
|
||||
done
|
||||
|
||||
localclobber: localclean
|
||||
-rm -f tags TAGS python $(LIBRARY)
|
||||
-rm -f tags TAGS python $(LIBRARY) *.o
|
||||
-rm -f config.log config.cache config.h
|
||||
|
||||
clobber: localclobber
|
||||
@ -465,6 +465,7 @@ distclean: clobber
|
||||
-$(MAKE) -f $(srcdir)/Makefile.in \
|
||||
SUBDIRS="$(SUBDIRSTOO)" clobber
|
||||
-rm -f config.status config.log config.cache config.h Makefile
|
||||
-rm -f buildno
|
||||
-rm -f Modules/Makefile
|
||||
-for i in $(SUBDIRS) $(SUBDIRSTOO); do \
|
||||
for f in $$i/*.in; do \
|
||||
|
Loading…
Reference in New Issue
Block a user