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/config.c
|
||||||
Modules/ld_so_aix
|
Modules/ld_so_aix
|
||||||
Parser/pgen
|
Parser/pgen
|
||||||
Parser/pgen.stamp
|
|
||||||
Lib/test/data/*
|
Lib/test/data/*
|
||||||
Lib/lib2to3/Grammar*.pickle
|
Lib/lib2to3/Grammar*.pickle
|
||||||
Lib/lib2to3/PatternGrammar*.pickle
|
Lib/lib2to3/PatternGrammar*.pickle
|
||||||
|
|
|
@ -32,7 +32,6 @@ PCbuild/*.o
|
||||||
PCbuild/*.pdb
|
PCbuild/*.pdb
|
||||||
PCbuild/Win32-temp-*
|
PCbuild/Win32-temp-*
|
||||||
Parser/pgen
|
Parser/pgen
|
||||||
Parser/pgen.stamp
|
|
||||||
__pycache__
|
__pycache__
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
build/
|
build/
|
||||||
|
|
|
@ -32,7 +32,6 @@ Modules/Setup.local
|
||||||
Modules/config.c
|
Modules/config.c
|
||||||
Modules/ld_so_aix$
|
Modules/ld_so_aix$
|
||||||
Parser/pgen$
|
Parser/pgen$
|
||||||
Parser/pgen.stamp$
|
|
||||||
PCbuild/amd64/
|
PCbuild/amd64/
|
||||||
^core
|
^core
|
||||||
^python-gdb.py
|
^python-gdb.py
|
||||||
|
|
|
@ -1351,7 +1351,7 @@ profile-removal:
|
||||||
|
|
||||||
clobber: clean profile-removal
|
clobber: clean profile-removal
|
||||||
-rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
|
-rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
|
||||||
tags TAGS Parser/pgen.stamp \
|
tags TAGS \
|
||||||
config.cache config.log pyconfig.h Modules/config.c
|
config.cache config.log pyconfig.h Modules/config.c
|
||||||
-rm -rf build platform
|
-rm -rf build platform
|
||||||
-rm -rf $(PYTHONFRAMEWORKDIR)
|
-rm -rf $(PYTHONFRAMEWORKDIR)
|
||||||
|
|
Loading…
Reference in New Issue