Backport #863 from trunk: 1.2
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 15:15:48 2008 +0000 (2008-07-26)
branch1.2
changeset 732683fe8c2851f
parent 731 65614732cfe7
child 733 f1257533021a
Backport #863 from trunk:
Hmmm. The debug pause at each step never ever worked... Sigh...

/branches/1.2/scripts/crosstool.sh | 2 1 1 0 +-
/branches/1.2/config/global/ct-behave.in | 2 1 1 0 +-
2 files changed, 2 insertions(+), 2 deletions(-)
config/global/ct-behave.in
scripts/crosstool.sh
     1.1 --- a/config/global/ct-behave.in	Sat Jul 26 15:14:48 2008 +0000
     1.2 +++ b/config/global/ct-behave.in	Sat Jul 26 15:15:48 2008 +0000
     1.3 @@ -44,7 +44,7 @@
     1.4  
     1.5  if DEBUG_CT
     1.6  
     1.7 -config DEBUG_CT_PAUSE_STEPS
     1.8 +config DEBUG_PAUSE_STEPS
     1.9      bool
    1.10      prompt "Pause between every steps"
    1.11      default n
     2.1 --- a/scripts/crosstool.sh	Sat Jul 26 15:14:48 2008 +0000
     2.2 +++ b/scripts/crosstool.sh	Sat Jul 26 15:15:48 2008 +0000
     2.3 @@ -495,7 +495,7 @@
     2.4              if [ "${CT_STOP}" = "${step}" ]; then
     2.5                  do_stop=1
     2.6              fi
     2.7 -            if [ "${CTDEBUG_CT_PAUSE_STEPS}" = "y" ]; then
     2.8 +            if [ "${CT_DEBUG_PAUSE_STEPS}" = "y" ]; then
     2.9                  CT_DoPause "Step '${step}' finished"
    2.10              fi
    2.11          fi