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:
Yann E. MORIN" 2008-07-25 22:57:35 +00:00
parent 88be762420
commit e64bc999d5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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