2007-06-17Rework the help system. For now, this is mostly a no-op (it only re-organise the help entries), but later, that may come in handy when we want ct-ng to be installable).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 16:24:23 +0000] rev 176
Rework the help system. For now, this is mostly a no-op (it only re-organise the help entries), but later, that may come in handy when we want ct-ng to be installable).

2007-06-17Offer an option to build the gdbserver statically. This helps in case of debugging shared library loading.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 15:46:13 +0000] rev 175
Offer an option to build the gdbserver statically. This helps in case of debugging shared library loading.

2007-06-17The log file is no longer configurable: it is always "${CT_PREFIX_DIR}/build.log".
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 14:51:37 +0000] rev 174
The log file is no longer configurable: it is always "${CT_PREFIX_DIR}/build.log".
Add an option to compress the log file upon successfull build.
Make rendering the toolchain read-only optional.
A few eye-candy fixes.

2007-06-17Default the progress bar to 'Y'.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 13:02:21 +0000] rev 173
Default the progress bar to 'Y'.

2007-06-17Bail out if .config is missing.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 13:02:00 +0000] rev 172
Bail out if .config is missing.

2007-06-17Speak of regtest in "make help".
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 12:57:46 +0000] rev 171
Speak of regtest in "make help".

2007-06-17Update version to -svn.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 12:47:31 +0000] rev 170
Update version to -svn.

2007-06-17Prepare to release crosstool-ng-0.0.4. crosstool-ng-0.0.4
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 12:45:36 +0000] rev 169
Prepare to release crosstool-ng-0.0.4.

2007-06-17scripts/showSamples.sh:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 12:11:16 +0000] rev 168
scripts/showSamples.sh:
- revert sample dumping to not show the components versions;

docs/overview.txt:
- reorder docs/overview.txt so that configuring comes before running,
- tell about regtest;

Makefile:
config/global.in:
- point to docs/overview.txt for the list of steps;

2007-06-17Add intermediate mesages when building regtests.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Jun 2007 11:45:18 +0000] rev 167
Add intermediate mesages when building regtests.
Distclean the repository after each sample during regtests.