summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-17 21:44:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-17 21:44:33 (GMT)
commitd5db172ef497472211ba081b70b2c8aad8ccbd89 (patch)
tree7841e59e928b43995024aaac3e5f3d66bbc253cd /tools
parent3f4ac101f2b4392089e68b9307a7773a97d0ce6d (diff)
Revisit the extract-config way of working: ct-ng is the sole entry point to crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/extract-config.sh (renamed from tools/ct-ng.extract-config)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ct-ng.extract-config b/tools/extract-config.sh
index 8221d86..b5c77c6 100755
--- a/tools/ct-ng.extract-config
+++ b/tools/extract-config.sh
@@ -3,9 +3,9 @@
# This scripts extracts a crosstool-NG configuration from the log file
# of a toolchain build with crosstool-NG.
-# Usage: $0 <logfile>
+# Usage: cat <logfile> |$0
-cat "$1" |awk '
+awk '
BEGIN {
dump = 0;
}