mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
bpo-32430: Rename Modules/Setup.dist to Modules/Setup Remove the necessity to copy the former manually to the latter when updating the local source tree.
This commit is contained in:
parent
35c0809158
commit
961d54c5c1
11 changed files with 32 additions and 43 deletions
8
configure
vendored
8
configure
vendored
|
@ -18339,12 +18339,6 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
|||
fi
|
||||
|
||||
|
||||
echo "creating Modules/Setup" >&6
|
||||
if test ! -f Modules/Setup
|
||||
then
|
||||
cp $srcdir/Modules/Setup.dist Modules/Setup
|
||||
fi
|
||||
|
||||
echo "creating Modules/Setup.local" >&6
|
||||
if test ! -f Modules/Setup.local
|
||||
then
|
||||
|
@ -18354,7 +18348,7 @@ fi
|
|||
echo "creating Makefile" >&6
|
||||
$SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
|
||||
-s Modules \
|
||||
Modules/Setup.local Modules/Setup
|
||||
Modules/Setup.local $srcdir/Modules/Setup
|
||||
mv config.c Modules
|
||||
|
||||
if test "$Py_OPT" = 'false' -a "$Py_DEBUG" != 'true'; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue