mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
Hmmm. The debug pause at each step never ever worked... Sigh...
/trunk/scripts/crosstool.sh | 2 1 1 0 +- /trunk/config/global/ct-behave.in | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
parent
88be762420
commit
e64bc999d5
@ -44,7 +44,7 @@ config DEBUG_CT
|
|||||||
|
|
||||||
if DEBUG_CT
|
if DEBUG_CT
|
||||||
|
|
||||||
config DEBUG_CT_PAUSE_STEPS
|
config DEBUG_PAUSE_STEPS
|
||||||
bool
|
bool
|
||||||
prompt "Pause between every steps"
|
prompt "Pause between every steps"
|
||||||
default n
|
default n
|
||||||
|
@ -495,7 +495,7 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then
|
|||||||
if [ "${CT_STOP}" = "${step}" ]; then
|
if [ "${CT_STOP}" = "${step}" ]; then
|
||||||
do_stop=1
|
do_stop=1
|
||||||
fi
|
fi
|
||||||
if [ "${CTDEBUG_CT_PAUSE_STEPS}" = "y" ]; then
|
if [ "${CT_DEBUG_PAUSE_STEPS}" = "y" ]; then
|
||||||
CT_DoPause "Step '${step}' finished"
|
CT_DoPause "Step '${step}' finished"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user