configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass --silent if $silent.
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass --silent if $silent. * configure: Regenerate. Co-Authored-By: Ben Elliston <bje@au.ibm.com> From-SVN: r127390
This commit is contained in:
parent
22a19ceb46
commit
d9acb717f1
@ -1,3 +1,10 @@
|
|||||||
|
2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
|
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
|
||||||
|
--silent if $silent.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2003-08-12 Zdenek Dvorak <ook@ucw.cz>
|
2003-08-12 Zdenek Dvorak <ook@ucw.cz>
|
||||||
|
|
||||||
* MAINTAINERS (Various Maintainers): Add myself as
|
* MAINTAINERS (Various Maintainers): Add myself as
|
||||||
|
6
configure
vendored
6
configure
vendored
@ -1788,6 +1788,9 @@ do
|
|||||||
# Add the quoted argument to the list.
|
# Add the quoted argument to the list.
|
||||||
TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
|
TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
|
||||||
done
|
done
|
||||||
|
if test "$silent" = yes; then
|
||||||
|
TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
|
||||||
|
fi
|
||||||
# Remove the initial space we just introduced and, as these will be
|
# Remove the initial space we just introduced and, as these will be
|
||||||
# expanded by make, quote '$'.
|
# expanded by make, quote '$'.
|
||||||
TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
|
TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
|
||||||
@ -5663,6 +5666,9 @@ EOF_SED
|
|||||||
gcc_transform_name=`cat conftestsed.out`
|
gcc_transform_name=`cat conftestsed.out`
|
||||||
rm -f conftestsed.out
|
rm -f conftestsed.out
|
||||||
baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
|
baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
|
||||||
|
if test "$silent" = yes; then
|
||||||
|
baseargs="$baseargs --silent"
|
||||||
|
fi
|
||||||
|
|
||||||
# For the build-side libraries, we just need to pretend we're native,
|
# For the build-side libraries, we just need to pretend we're native,
|
||||||
# and not use the same cache file. Multilibs are neither needed nor
|
# and not use the same cache file. Multilibs are neither needed nor
|
||||||
|
@ -101,6 +101,9 @@ do
|
|||||||
# Add the quoted argument to the list.
|
# Add the quoted argument to the list.
|
||||||
TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
|
TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
|
||||||
done
|
done
|
||||||
|
if test "$silent" = yes; then
|
||||||
|
TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
|
||||||
|
fi
|
||||||
# Remove the initial space we just introduced and, as these will be
|
# Remove the initial space we just introduced and, as these will be
|
||||||
# expanded by make, quote '$'.
|
# expanded by make, quote '$'.
|
||||||
TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
|
TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
|
||||||
@ -2178,6 +2181,9 @@ EOF_SED
|
|||||||
gcc_transform_name=`cat conftestsed.out`
|
gcc_transform_name=`cat conftestsed.out`
|
||||||
rm -f conftestsed.out
|
rm -f conftestsed.out
|
||||||
baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
|
baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
|
||||||
|
if test "$silent" = yes; then
|
||||||
|
baseargs="$baseargs --silent"
|
||||||
|
fi
|
||||||
|
|
||||||
# For the build-side libraries, we just need to pretend we're native,
|
# For the build-side libraries, we just need to pretend we're native,
|
||||||
# and not use the same cache file. Multilibs are neither needed nor
|
# and not use the same cache file. Multilibs are neither needed nor
|
||||||
|
Loading…
Reference in New Issue
Block a user