mirror of https://github.com/python/cpython
Acknowledge the existence of the 'platform' file, generated by the
Makefile and used by the setup.py script. Ignore it in .cvsignore; remove it in "make clobber".
This commit is contained in:
parent
2a9bda9223
commit
1d88c59f75
|
@ -8,3 +8,4 @@ buildno
|
|||
python
|
||||
build
|
||||
Makefile.pre
|
||||
platform
|
||||
|
|
|
@ -763,7 +763,7 @@ clobber: clean
|
|||
-rm -f $(PYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
|
||||
tags TAGS \
|
||||
config.cache config.log config.h Modules/config.c
|
||||
-rm -rf build
|
||||
-rm -rf build platform
|
||||
|
||||
# Make things extra clean, before making a distribution:
|
||||
# remove all generated files, even Makefile[.pre]
|
||||
|
|
Loading…
Reference in New Issue