mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
Delete debugging -x's.
This commit is contained in:
parent
d747cac4c2
commit
f3d4003ea3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user