summaryrefslogtreecommitdiff
path: root/ct-ng.comp
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-13 20:36:37 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-13 20:36:37 (GMT)
commitab048ad81d786a0cd26c68b2dfec775d66b692be (patch)
tree96972e19c828b6294280438eab38ae876950108c /ct-ng.comp
parent715de83adeb7a02ad62efe7db70923b6b848a8b9 (diff)
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.comp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct-ng.comp b/ct-ng.comp
index 2336096..9ae6603 100644
--- a/ct-ng.comp
+++ b/ct-ng.comp
@@ -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'