diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-04-04 11:20:55 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-04-04 11:20:55 (GMT) |
commit | 597e6b4cc5262b4c07a47da4d7421d51d609f470 (patch) | |
tree | d443a889d48702215d6b3db48657e33baa52e483 | |
parent | ebf37a2ffbe001f0b84cf90c76c747ede9dfd036 (diff) | |
download | cpython-597e6b4cc5262b4c07a47da4d7421d51d609f470.zip cpython-597e6b4cc5262b4c07a47da4d7421d51d609f470.tar.gz cpython-597e6b4cc5262b4c07a47da4d7421d51d609f470.tar.bz2 |
Followup for issue #14321, remove references to Parser/pgen.stamp
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .hgignore | 1 | ||||
-rw-r--r-- | Makefile.pre.in | 2 |
4 files changed, 1 insertions, 4 deletions
@@ -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 @@ -32,7 +32,6 @@ PCbuild/*.o PCbuild/*.pdb PCbuild/Win32-temp-* Parser/pgen -Parser/pgen.stamp __pycache__ autom4te.cache build/ @@ -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 diff --git a/Makefile.pre.in b/Makefile.pre.in index 9c75e3b..a77b8b4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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) |