Delete debugging -x's.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 14 Nov 1995 09:36:54 +0000 (09:36 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 14 Nov 1995 09:36:54 +0000 (09:36 +0000)
config-ml.in

index 0127fe94c027652f40648cc085fb195f4f3ba2ef..2e8cbdaacf794133069262b5ab531644e59934d5 100644 (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
This page took 0.039483 seconds and 4 git commands to generate.