mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Delete debugging -x's.
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
set -x
|
|
||||||
# Configure fragment invoked in the post-target section for subdirs
|
# Configure fragment invoked in the post-target section for subdirs
|
||||||
# wanting multilib support.
|
# wanting multilib support.
|
||||||
#
|
#
|
||||||
@ -670,7 +669,7 @@ if [ -n "${multidirs}" ] && [ -z "${norecursion}" ]; then
|
|||||||
if [ -f ${newsrcdir}/configure ]; then
|
if [ -f ${newsrcdir}/configure ]; then
|
||||||
recprog=${newsrcdir}/configure
|
recprog=${newsrcdir}/configure
|
||||||
fi
|
fi
|
||||||
if eval ${config_shell} -x ${recprog} \
|
if eval ${config_shell} ${recprog} \
|
||||||
--with-multisubdir=${dir} --with-multisrctop=${multisrctop} \
|
--with-multisubdir=${dir} --with-multisrctop=${multisrctop} \
|
||||||
$arguments ${srcdiroption} ; then
|
$arguments ${srcdiroption} ; then
|
||||||
true
|
true
|
||||||
|
Reference in New Issue
Block a user