projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d747cac
)
Delete debugging -x's.
author
David Edelsohn
<dje.gcc@gmail.com>
Tue, 14 Nov 1995 09:36:54 +0000
(09:36 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Tue, 14 Nov 1995 09:36:54 +0000
(09:36 +0000)
config-ml.in
patch
|
blob
|
history
diff --git
a/config-ml.in
b/config-ml.in
index 0127fe94c027652f40648cc085fb195f4f3ba2ef..2e8cbdaacf794133069262b5ab531644e59934d5 100644
(file)
--- a/
config-ml.in
+++ b/
config-ml.in
@@
-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