Delete debugging -x's.

This commit is contained in:
David Edelsohn 1995-11-14 09:36:54 +00:00
parent d747cac4c2
commit f3d4003ea3
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
set -x
# Configure fragment invoked in the post-target section for subdirs
# wanting multilib support.
#
@ -670,7 +669,7 @@ if [ -n "${multidirs}" ] && [ -z "${norecursion}" ]; then
if [ -f ${newsrcdir}/configure ]; then
recprog=${newsrcdir}/configure
fi
if eval ${config_shell} -x ${recprog} \
if eval ${config_shell} ${recprog} \
--with-multisubdir=${dir} --with-multisrctop=${multisrctop} \
$arguments ${srcdiroption} ; then
true