diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-01-22 00:34:15 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-01-22 00:34:15 +0100 |
commit | 5e9d4ba24f44ed6f0adb205761ccc28440a1d086 (patch) | |
tree | 98073b93254dc9660f7db5bbe2ae3cc2b933f11d /ct-ng.comp | |
parent | 27c4240b826a09d4ce600aaa6289da461685fdd7 (diff) | |
download | crosstool-ng-5e9d4ba24f44ed6f0adb205761ccc28440a1d086.tar.gz crosstool-ng-5e9d4ba24f44ed6f0adb205761ccc28440a1d086.tar.bz2 crosstool-ng-5e9d4ba24f44ed6f0adb205761ccc28440a1d086.zip |
kconfig: rename the defconfig and olddefconfig targets
What 'defconfig' really does is save the current .config to a defconfig,
so it is better named 'savedefconfig' (as other projects do).
What 'olddefconfig' really does is create a .config from a defconfig,
so rename it to 'defconfig' (as other projects do, too).
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'ct-ng.comp')
-rw-r--r-- | ct-ng.comp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ _ct_ng () { stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;') actions='help menuconfig oldconfig saveconfig extractconfig - defconfig olddefconfig + defconfig savedefconfig build build. build-all build-all. wiki-samples list-samples list-samples-short list-steps show-tuple show-all show-config |