Followup for issue #14321, remove references to Parser/pgen.stamp
This commit is contained in:
parent
ebf37a2ffb
commit
597e6b4cc5
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue