mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +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
|
||||
|
||||
config DEBUG_CT_PAUSE_STEPS
|
||||
config DEBUG_PAUSE_STEPS
|
||||
bool
|
||||
prompt "Pause between every steps"
|
||||
default n
|
||||
|
@ -495,7 +495,7 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then
|
||||
if [ "${CT_STOP}" = "${step}" ]; then
|
||||
do_stop=1
|
||||
fi
|
||||
if [ "${CTDEBUG_CT_PAUSE_STEPS}" = "y" ]; then
|
||||
if [ "${CT_DEBUG_PAUSE_STEPS}" = "y" ]; then
|
||||
CT_DoPause "Step '${step}' finished"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user