]> granicus.if.org Git - python/commitdiff
Followup for issue #14321, remove references to Parser/pgen.stamp
authorMatthias Klose <doko@ubuntu.com>
Wed, 4 Apr 2012 11:20:55 +0000 (13:20 +0200)
committerMatthias Klose <doko@ubuntu.com>
Wed, 4 Apr 2012 11:20:55 +0000 (13:20 +0200)
.bzrignore
.gitignore
.hgignore
Makefile.pre.in

index 959a7df6ed2850aa5dae57fbf57686ad71bc3085..897084dd04195b30b21e5990a0f80bf1372b7048 100644 (file)
@@ -33,7 +33,6 @@ Modules/Setup.local
 Modules/config.c
 Modules/ld_so_aix
 Parser/pgen
-Parser/pgen.stamp
 Lib/test/data/*
 Lib/lib2to3/Grammar*.pickle
 Lib/lib2to3/PatternGrammar*.pickle
index 8efcd2e42309432a99491b3fc5eadd05b19078d4..3842f433b4003808e9f7b6cdb4f011bb58d990ec 100644 (file)
@@ -32,7 +32,6 @@ PCbuild/*.o
 PCbuild/*.pdb
 PCbuild/Win32-temp-*
 Parser/pgen
-Parser/pgen.stamp
 __pycache__
 autom4te.cache
 build/
index 0fd85626334df9e002ca22a6d7b2379b914ef602..dc612b32b50d57c24a303d2c37ce8a6e4a5e4da3 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -32,7 +32,6 @@ Modules/Setup.local
 Modules/config.c
 Modules/ld_so_aix$
 Parser/pgen$
-Parser/pgen.stamp$
 PCbuild/amd64/
 ^core
 ^python-gdb.py
index 9c75e3bbba899a9d1452754461e1604089a8b41c..a77b8b4114008fe1425ee14f1f4f8fedf6a1cad4 100644 (file)
@@ -1351,7 +1351,7 @@ profile-removal:
 
 clobber: clean profile-removal
        -rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
-               tags TAGS Parser/pgen.stamp \
+               tags TAGS \
                config.cache config.log pyconfig.h Modules/config.c
        -rm -rf build platform
        -rm -rf $(PYTHONFRAMEWORKDIR)