mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
This commit is contained in:
parent
cc3fa204d3
commit
fa5abac1e6
1 changed files with 2 additions and 1 deletions
|
@ -1627,7 +1627,8 @@ distclean: clobber
|
||||||
done
|
done
|
||||||
-rm -f core Makefile Makefile.pre config.status \
|
-rm -f core Makefile Makefile.pre config.status \
|
||||||
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 \
|
||||||
|
Misc/python-config.sh
|
||||||
-rm -f python*-gdb.py
|
-rm -f python*-gdb.py
|
||||||
# Issue #28258: set LC_ALL to avoid issues with Estonian locale.
|
# Issue #28258: set LC_ALL to avoid issues with Estonian locale.
|
||||||
# Expansion is performed here by shell (spawned by make) itself before
|
# Expansion is performed here by shell (spawned by make) itself before
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue