diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-08-15 22:06:22 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-08-15 22:06:22 +0200 |
commit | 143c1430c9ff72351dd1628f1ee740ff931886be (patch) | |
tree | 31091466e7676c7c048cd32ca7a3fe9c5c0ad7e8 /ct-ng.comp | |
parent | 3a0575282ffab9ee3698d9ccd648dd37b3910121 (diff) | |
download | crosstool-ng-143c1430c9ff72351dd1628f1ee740ff931886be.tar.gz crosstool-ng-143c1430c9ff72351dd1628f1ee740ff931886be.tar.bz2 crosstool-ng-143c1430c9ff72351dd1628f1ee740ff931886be.zip |
samples: add rule to dump current .config into a defconfig
... and one to restore it, of course.
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'ct-ng.comp')
-rw-r--r-- | ct-ng.comp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,13 +15,14 @@ _ct_ng () { stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;') actions='help menuconfig oldconfig saveconfig extractconfig + defconfig olddefconfig build build. build-all build-all. wiki-samples list-samples list-samples-short list-steps show-tuple show-all show-config clean distclean updatetools tarball version' - vars="RESTART= STOP= PREFIX= V=" + vars="RESTART= STOP= PREFIX= V= DEFCONFIG=" ct_ng_opts="${samples} ${show_samples} ${build_samples} ${steps} ${start_steps} ${stop_steps} |