]> granicus.if.org Git - python/commitdiff
Acknowledge the existence of the 'platform' file, generated by the
authorGuido van Rossum <guido@python.org>
Wed, 6 Jun 2001 17:51:57 +0000 (17:51 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 6 Jun 2001 17:51:57 +0000 (17:51 +0000)
Makefile and used by the setup.py script.  Ignore it in .cvsignore;
remove it in "make clobber".

.cvsignore
Makefile.pre.in

index ceb8a91d93ca05156a00df1d555ee46fd10de8ad..48609942060805bbac6cb04dbd81da7d47036b64 100644 (file)
@@ -8,3 +8,4 @@ buildno
 python
 build
 Makefile.pre
+platform
index 0354849404bfa86d41c106ac479e442bf5737d80..c6a053ebe2457693e679efba2f30ed93e5830043 100644 (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]