summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-04-04 13:20:55 +0200
committerMatthias Klose <doko@ubuntu.com>2012-04-04 13:20:55 +0200
commit597e6b4cc5262b4c07a47da4d7421d51d609f470 (patch)
treed443a889d48702215d6b3db48657e33baa52e483
parentebf37a2ffbe001f0b84cf90c76c747ede9dfd036 (diff)
downloadcpython-git-597e6b4cc5262b4c07a47da4d7421d51d609f470.tar.gz
Followup for issue #14321, remove references to Parser/pgen.stamp
-rw-r--r--.bzrignore1
-rw-r--r--.gitignore1
-rw-r--r--.hgignore1
-rw-r--r--Makefile.pre.in2
4 files changed, 1 insertions, 4 deletions
diff --git a/.bzrignore b/.bzrignore
index 959a7df6ed..897084dd04 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -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
diff --git a/.gitignore b/.gitignore
index 8efcd2e423..3842f433b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,7 +32,6 @@ PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
-Parser/pgen.stamp
__pycache__
autom4te.cache
build/
diff --git a/.hgignore b/.hgignore
index 0fd8562633..dc612b32b5 100644
--- 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
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9c75e3bbba..a77b8b4114 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)