Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 597e6b4

Browse files
committed
Followup for issue #14321, remove references to Parser/pgen.stamp
1 parent ebf37a2 commit 597e6b4

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

.bzrignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Modules/Setup.local
3333
Modules/config.c
3434
Modules/ld_so_aix
3535
Parser/pgen
36-
Parser/pgen.stamp
3736
Lib/test/data/*
3837
Lib/lib2to3/Grammar*.pickle
3938
Lib/lib2to3/PatternGrammar*.pickle

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ PCbuild/*.o
3232
PCbuild/*.pdb
3333
PCbuild/Win32-temp-*
3434
Parser/pgen
35-
Parser/pgen.stamp
3635
__pycache__
3736
autom4te.cache
3837
build/

.hgignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Modules/Setup.local
3232
Modules/config.c
3333
Modules/ld_so_aix$
3434
Parser/pgen$
35-
Parser/pgen.stamp$
3635
PCbuild/amd64/
3736
^core
3837
^python-gdb.py

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ profile-removal:
13511351

13521352
clobber: clean profile-removal
13531353
-rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
1354-
tags TAGS Parser/pgen.stamp \
1354+
tags TAGS \
13551355
config.cache config.log pyconfig.h Modules/config.c
13561356
-rm -rf build platform
13571357
-rm -rf $(PYTHONFRAMEWORKDIR)

0 commit comments

Comments
 (0)