mirror of https://github.com/python/cpython.git
#18312: merge from 3.3.
This commit is contained in:
commit
ee31bc09cf
|
@ -1416,11 +1416,11 @@ distclean: clobber
|
||||||
Modules/Setup Modules/Setup.local Modules/Setup.config \
|
Modules/Setup Modules/Setup.local Modules/Setup.config \
|
||||||
Modules/ld_so_aix Modules/python.exp Misc/python.pc
|
Modules/ld_so_aix Modules/python.exp Misc/python.pc
|
||||||
-rm -f python*-gdb.py
|
-rm -f python*-gdb.py
|
||||||
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
|
find $(srcdir)/[a-zA-Z]* '(' -name '*.fdc' -o -name '*~' \
|
||||||
-o -name '[@,#]*' -o -name '*.old' \
|
-o -name '[@,#]*' -o -name '*.old' \
|
||||||
-o -name '*.orig' -o -name '*.rej' \
|
-o -name '*.orig' -o -name '*.rej' \
|
||||||
-o -name '*.bak' ')' \
|
-o -name '*.bak' ')' \
|
||||||
-exec rm -f {} ';'
|
-exec rm -f {} ';'
|
||||||
|
|
||||||
# Check for smelly exported symbols (not starting with Py/_Py)
|
# Check for smelly exported symbols (not starting with Py/_Py)
|
||||||
smelly: all
|
smelly: all
|
||||||
|
|
Loading…
Reference in New Issue