From: Guido van Rossum Date: Wed, 6 Jun 2001 17:51:57 +0000 (+0000) Subject: Acknowledge the existence of the 'platform' file, generated by the X-Git-Tag: v2.2a3~1607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d88c59f75711a0d20fdd9e0b63c9203748b1433;p=thirdparty%2FPython%2Fcpython.git 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". --- diff --git a/.cvsignore b/.cvsignore index ceb8a91d93ca..486099420608 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ buildno python build Makefile.pre +platform diff --git a/Makefile.pre.in b/Makefile.pre.in index 0354849404bf..c6a053ebe245 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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]