2007-05-25Add the possibility to stop after a specified step.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 25 May 2007 19:30:42 +0000] rev 135
Add the possibility to stop after a specified step.
Update the Makefile help and the documentation accordingly.

2007-05-24In the non-canadian case, also force the build system.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 24 May 2007 19:00:26 +0000] rev 134
In the non-canadian case, also force the build system.

2007-05-24Update version to -svn.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 24 May 2007 17:51:49 +0000] rev 133
Update version to -svn.

2007-05-24Prepare to release crosstool-ng-0.0.3. crosstool-ng-0.0.3
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 24 May 2007 17:50:07 +0000] rev 132
Prepare to release crosstool-ng-0.0.3.

2007-05-24We need to build libiberty before gcc only in the canadian case, not the opposite.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 24 May 2007 17:49:24 +0000] rev 131
We need to build libiberty before gcc only in the canadian case, not the opposite.

2007-05-23Correctly handle the log level overide in scripts/tarball.sh.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 23 May 2007 21:40:57 +0000] rev 130
Correctly handle the log level overide in scripts/tarball.sh.

2007-05-23A little eye conady in the Makefile.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 23 May 2007 21:39:18 +0000] rev 129
A little eye conady in the Makefile.

2007-05-23In CT_Abort(), don't send output to stderr. Let the log facility handle where things should go.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 23 May 2007 21:08:24 +0000] rev 128
In CT_Abort(), don't send output to stderr. Let the log facility handle where things should go.

2007-05-23Sanitise CT_DoBuildTargetTriplet a bit.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 23 May 2007 20:49:02 +0000] rev 127
Sanitise CT_DoBuildTargetTriplet a bit.

2007-05-23Correctly handle the log level overide in scripts/saveSample.sh.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 23 May 2007 19:07:54 +0000] rev 126
Correctly handle the log level overide in scripts/saveSample.sh.
Little eye candy in scripts/showSamples.sh.

2007-05-22Update mips-unknown-linux-uclibc to the latest set of config options.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 22 May 2007 21:19:47 +0000] rev 125
Update mips-unknown-linux-uclibc to the latest set of config options.

2007-05-22Mark broken samples as such: use a file named 'broken' in the sample's directory.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 22 May 2007 21:18:55 +0000] rev 124
Mark broken samples as such: use a file named 'broken' in the sample's directory.
Reflected this state when listing samples (in scripts/showSamples.sh).

2007-05-22Be verbose when making build system tools available, and when access is removed. Log this to DEBUG.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 22 May 2007 21:16:17 +0000] rev 123
Be verbose when making build system tools available, and when access is removed. Log this to DEBUG.
Remove last remnants of color scheme.
Small fixes to some comments.

2007-05-22Update the svn:ignore property to get rid of the ever-changing Eclipse files.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 22 May 2007 20:48:39 +0000] rev 122
Update the svn:ignore property to get rid of the ever-changing Eclipse files.

2007-05-22Implement a restart facility.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 22 May 2007 20:46:07 +0000] rev 121
Implement a restart facility.
If you select to debug ct-ng, then you have two new options:
- DEBUG_CT_PAUSE_STEPS : pause between every steps,
- DEBUG_CT_SAVE_STEPS : save state between every steps.
To restart a saved state, just set the RESTART make variable when calling make:
- make RESTART=<step_name>