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:
Guido van Rossum 2001-06-06 17:51:57 +00:00
parent 2a9bda9223
commit 1d88c59f75
2 changed files with 2 additions and 1 deletions

View File

@ -8,3 +8,4 @@ buildno
python
build
Makefile.pre
platform

View File

@ -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]