aboutsummaryrefslogtreecommitdiff
path: root/tools/extract-config.sh
Commit message (Collapse)AuthorAgeFilesLines
* No need for this script now the config is tored in its own file.Yann E. MORIN"2008-10-021-23/+0
|
* Fix extracting the configuration from a build log.Yann E. MORIN"2008-08-251-1/+1
| | | | | /trunk/tools/extract-config.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash!Yann E. MORIN"2007-09-121-1/+1
| | | | Don't hardcode ncurses include and link flags.
* Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"2007-07-171-0/+23
crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.