diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-11 21:28:10 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-11 21:28:10 +0100 |
commit | 013230cda91a104af9e1344ccf926c19c52d9e1d (patch) | |
tree | 42bbe5ec594601a4df895aba30366a9a50744555 /ct-ng.comp | |
parent | 9dc4e8172fb18203f86f5d62e7204472f787ace6 (diff) | |
download | crosstool-ng-013230cda91a104af9e1344ccf926c19c52d9e1d.tar.gz crosstool-ng-013230cda91a104af9e1344ccf926c19c52d9e1d.tar.bz2 crosstool-ng-013230cda91a104af9e1344ccf926c19c52d9e1d.zip |
scripts: add action to extract config from a build.log file
That got removed quite some time ago, but is really usefull to get the
configuration from a build.log file of a failing build.
Diffstat (limited to 'ct-ng.comp')
-rw-r--r-- | ct-ng.comp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ _ct-ng () { start_steps=$(echo "${steps}" |sed -r -e 's/($| )/\1+/;') stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;') - actions='help menuconfig oldconfig saveconfig + actions='help menuconfig oldconfig saveconfig extractconfig build build. build-all build-all. list-samples list-steps show-tuple show-all show-config clean distclean wiki-samples updatetools |