diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-13 20:36:37 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-13 20:36:37 +0000 |
commit | ab048ad81d786a0cd26c68b2dfec775d66b692be (patch) | |
tree | 96972e19c828b6294280438eab38ae876950108c /ct-ng.comp | |
parent | 715de83adeb7a02ad62efe7db70923b6b848a8b9 (diff) | |
download | crosstool-ng-ab048ad81d786a0cd26c68b2dfec775d66b692be.tar.gz crosstool-ng-ab048ad81d786a0cd26c68b2dfec775d66b692be.tar.bz2 crosstool-ng-ab048ad81d786a0cd26c68b2dfec775d66b692be.zip |
No one sane would you 'ct-ng config' to configure crosstool-NG.
Remove this useless rule.
/trunk/kconfig/kconfig.mk | 8 2 6 0 ++------
/trunk/ct-ng.comp | 2 1 1 0 +-
2 files changed, 3 insertions(+), 7 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 + actions='menuconfig oldconfig saveconfig list-samples build build. list-steps regtest regtest-local regtest-global clean distclean wiki-samples updatetools tarball' |