diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-01 18:10:40 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-01 18:10:40 +0000 |
commit | 16c6cc994fe1325535caa16dab5590c5a4cf2246 (patch) | |
tree | 13eb0c745c1997d1833326ae6d1ab03554b2d8e3 /ct-ng.comp | |
parent | c7f3478a1056b41fa18101fa3dc4f67aca89fd0d (diff) | |
download | crosstool-ng-16c6cc994fe1325535caa16dab5590c5a4cf2246.tar.gz crosstool-ng-16c6cc994fe1325535caa16dab5590c5a4cf2246.tar.bz2 crosstool-ng-16c6cc994fe1325535caa16dab5590c5a4cf2246.zip |
Save the toolchain configuration to its own file, as an auto-extracting shell script:
- get rid of the 'extractconfig' action, it was cumbersome to use, and badly documented,
- introduce a skeleton for the config script,
- update auto-completion,
- document the config script.
/trunk/kconfig/kconfig.mk | 9 2 7 0 ++-------
/trunk/scripts/crosstool.sh | 6 5 1 0 +++++-
/trunk/docs/overview.txt | 21 9 12 0 +++++++++------------
/trunk/tools/toolchain-config.in | 8 8 0 0 ++++++++
/trunk/ct-ng.comp | 2 1 1 0 +-
5 files changed, 25 insertions(+), 21 deletions(-)
Diffstat (limited to 'ct-ng.comp')
-rw-r--r-- | ct-ng.comp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ _ct-ng () { start_steps=$(echo "${steps}" |sed -r -e 's/(^| )/\1+/;') stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;') - actions='config menuconfig oldconfig saveconfig extractconfig + actions='config menuconfig oldconfig saveconfig list-samples build list-steps regtest regtest-local regtest-global clean distclean wiki-samples updatetools tarball' |