Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
75ed890d
Commit
75ed890d
authored
Nov 20, 2013
by
Christian Heimes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null.
parent
2658dd7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure
View file @
75ed890d
...
...
@@ -16489,19 +16489,19 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
echo
"creating Modules/Setup"
echo
"creating Modules/Setup"
>
&6
if
test
!
-f
Modules/Setup
then
cp
$srcdir
/Modules/Setup.dist Modules/Setup
fi
echo
"creating Modules/Setup.local"
echo
"creating Modules/Setup.local"
>
&6
if
test
!
-f
Modules/Setup.local
then
echo
"# Edit this file for local setup changes"
>
Modules/Setup.local
fi
echo
"creating Makefile"
echo
"creating Makefile"
>
&6
$SHELL
$srcdir
/Modules/makesetup
-c
$srcdir
/Modules/config.c.in
\
-s
Modules Modules/Setup.config
\
Modules/Setup.local Modules/Setup
...
...
configure.ac
View file @
75ed890d
...
...
@@ -4666,19 +4666,19 @@ AC_CONFIG_FILES(Makefile.pre Modules/Setup.config Misc/python.pc)
AC_CONFIG_FILES([Modules/ld_so_aix], [chmod +x Modules/ld_so_aix])
AC_OUTPUT
echo "creating Modules/Setup"
echo "creating Modules/Setup"
>&AS_MESSAGE_FD
if test ! -f Modules/Setup
then
cp $srcdir/Modules/Setup.dist Modules/Setup
fi
echo "creating Modules/Setup.local"
echo "creating Modules/Setup.local"
>&AS_MESSAGE_FD
if test ! -f Modules/Setup.local
then
echo "# Edit this file for local setup changes" >Modules/Setup.local
fi
echo "creating Makefile"
echo "creating Makefile"
>&AS_MESSAGE_FD
$SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
-s Modules Modules/Setup.config \
Modules/Setup.local Modules/Setup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment