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
0bedc973
Commit
0bedc973
authored
Nov 20, 2013
by
Christian Heimes
Browse files
Options
Browse Files
Download
Plain Diff
configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null.
parents
888dcc32
75ed890d
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 @
0bedc973
...
@@ -16530,19 +16530,19 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
...
@@ -16530,19 +16530,19 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
fi
echo
"creating Modules/Setup"
echo
"creating Modules/Setup"
>
&6
if
test
!
-f
Modules/Setup
if
test
!
-f
Modules/Setup
then
then
cp
$srcdir
/Modules/Setup.dist Modules/Setup
cp
$srcdir
/Modules/Setup.dist Modules/Setup
fi
fi
echo
"creating Modules/Setup.local"
echo
"creating Modules/Setup.local"
>
&6
if
test
!
-f
Modules/Setup.local
if
test
!
-f
Modules/Setup.local
then
then
echo
"# Edit this file for local setup changes"
>
Modules/Setup.local
echo
"# Edit this file for local setup changes"
>
Modules/Setup.local
fi
fi
echo
"creating Makefile"
echo
"creating Makefile"
>
&6
$SHELL
$srcdir
/Modules/makesetup
-c
$srcdir
/Modules/config.c.in
\
$SHELL
$srcdir
/Modules/makesetup
-c
$srcdir
/Modules/config.c.in
\
-s
Modules Modules/Setup.config
\
-s
Modules Modules/Setup.config
\
Modules/Setup.local Modules/Setup
Modules/Setup.local Modules/Setup
...
...
configure.ac
View file @
0bedc973
...
@@ -4698,19 +4698,19 @@ AC_CONFIG_FILES(Makefile.pre Modules/Setup.config Misc/python.pc Misc/python-con
...
@@ -4698,19 +4698,19 @@ AC_CONFIG_FILES(Makefile.pre Modules/Setup.config Misc/python.pc Misc/python-con
AC_CONFIG_FILES([Modules/ld_so_aix], [chmod +x Modules/ld_so_aix])
AC_CONFIG_FILES([Modules/ld_so_aix], [chmod +x Modules/ld_so_aix])
AC_OUTPUT
AC_OUTPUT
echo "creating Modules/Setup"
echo "creating Modules/Setup"
>&AS_MESSAGE_FD
if test ! -f Modules/Setup
if test ! -f Modules/Setup
then
then
cp $srcdir/Modules/Setup.dist Modules/Setup
cp $srcdir/Modules/Setup.dist Modules/Setup
fi
fi
echo "creating Modules/Setup.local"
echo "creating Modules/Setup.local"
>&AS_MESSAGE_FD
if test ! -f Modules/Setup.local
if test ! -f Modules/Setup.local
then
then
echo "# Edit this file for local setup changes" >Modules/Setup.local
echo "# Edit this file for local setup changes" >Modules/Setup.local
fi
fi
echo "creating Makefile"
echo "creating Makefile"
>&AS_MESSAGE_FD
$SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
$SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
-s Modules Modules/Setup.config \
-s Modules Modules/Setup.config \
Modules/Setup.local Modules/Setup
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