Commit 597e6b4c authored by Matthias Klose's avatar Matthias Klose

Followup for issue #14321, remove references to Parser/pgen.stamp

parent ebf37a2f
...@@ -33,7 +33,6 @@ Modules/Setup.local ...@@ -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 ...@@ -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 ...@@ -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: ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment