aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/tools
Commit message (Collapse)AuthorAgeFilesLines
* Use CT_DoExecLog when building tools and debug utilities.Yann E. MORIN"2008-07-141-6/+6
| | | | | | | | | | /trunk/scripts/build/tools/200-sstrip.sh | 12 6 6 0 ++++++------ /trunk/scripts/build/debug/100-dmalloc.sh | 10 5 5 0 +++++----- /trunk/scripts/build/debug/400-ltrace.sh | 5 3 2 0 +++-- /trunk/scripts/build/debug/300-gdb.sh | 30 17 13 0 +++++++++++++++++------------- /trunk/scripts/build/debug/500-strace.sh | 7 4 3 0 ++++--- /trunk/scripts/build/debug/200-duma.sh | 5 3 2 0 +++-- 6 files changed, 38 insertions(+), 31 deletions(-)
* Advertise using CT_DoExecLog in the tools and debug templates.Yann E. MORIN"2008-07-141-2/+3
| | | | | | /trunk/scripts/build/tools/000-template.sh | 5 3 2 0 +++-- /trunk/scripts/build/debug/000-template.sh | 5 3 2 0 +++-- 2 files changed, 6 insertions(+), 4 deletions(-)
* Use CT_DoExecLog when building libelf.Yann E. MORIN"2008-07-141-3/+4
| | | | | /trunk/scripts/build/tools/100-libelf.sh | 7 4 3 0 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
* Get rid of all `command` (which is a bashism), and replace them with ↵Yann E. MORIN"2008-05-201-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | $(command), which is POSIX. Get rid of all remaining \"text\" in log messages and replace them with 'text'. Optimise the progress bar, should go un-noticed at log level DEBUG and below. /trunk/scripts/build/tools/200-sstrip.sh | 16 8 8 0 ++-- /trunk/scripts/build/libc_glibc.sh | 50 25 25 0 +++++++------- /trunk/scripts/build/libc_uClibc.sh | 4 2 2 0 /trunk/scripts/build/debug/100-dmalloc.sh | 2 1 1 0 /trunk/scripts/build/debug/400-ltrace.sh | 2 1 1 0 /trunk/scripts/build/debug/300-gdb.sh | 8 4 4 0 +- /trunk/scripts/build/debug/200-duma.sh | 6 3 3 0 +- /trunk/scripts/build/kernel_linux.sh | 30 15 15 0 ++++---- /trunk/scripts/build/cc_gcc.sh | 14 7 7 0 ++-- /trunk/scripts/crosstool.sh | 54 27 27 0 ++++++++-------- /trunk/scripts/functions | 128 64 64 0 ++++++++++++++++++------------------ /trunk/scripts/saveSample.sh | 4 2 2 0 /trunk/scripts/tarball.sh.broken | 20 10 10 0 +++--- /trunk/tools/addToolVersion.sh | 8 4 4 0 +- /trunk/tools/populate.in | 18 9 9 0 ++-- 15 files changed, 182 insertions(+), 182 deletions(-)
* For tools/ and debug/ build scripts, annd a numeric prefix, so that they ↵Yann E. MORIN"2008-05-023-0/+0
| | | | | | | | always get built in the same order, in case of library dependencies. /trunk/scripts/build/debug.sh | 2 1 1 0 +- /trunk/scripts/build/tools.sh | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-)
* Commit a long-standing eye-dcandy change in a log, that got lost in a vi ↵Yann E. MORIN"2008-04-171-1/+1
| | | | | | | crash... scripts/build/tools/sstrip.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* When sstrip is already downloaded, link instead of copying (as for all otherYann E. MORIN"2007-09-161-3/+3
| | | | | components). A little eye-candy fix.
* Bah, a really small cosmetic fix...Yann E. MORIN"2007-09-021-1/+1
|
* Update the download messages for sstrip.c to the same mesages used in ↵Yann E. MORIN"2007-07-171-2/+6
| | | | scripts/functions.
* Add an option to save downloaded tarballs to local tarballs directory.Yann E. MORIN"2007-07-151-1/+1
| | | | | Sanitise CT_GetFile. Change some messages (Copying -> Retrieving).
* Add ltrace (and libelf) utilities.Yann E. MORIN"2007-07-131-0/+48
| | | | Marked as BROKEN for others to debug that if they need it.
* Fix a type in the debug and tools templates.Yann E. MORIN"2007-07-111-2/+2
|
* Before trying to download sstrip (from buildroot), try a local copy first.Yann E. MORIN"2007-07-041-0/+6
|
* Add a function to print each component's filename: this eases building the ↵Yann E. MORIN"2007-06-161-5/+24
| | | | | | tarball of the generated toolchain. Hard-link the libfloat tarball instead of soft-link: this also eases building the afore-mentioned tarball.
* Add two te;plates on how to add a new tool/debug facility.Yann E. MORIN"2007-06-161-0/+50
|
* Small eye-candy fix.Yann E. MORIN"2007-06-041-1/+1
|
* Add the first tool facility: sstrip.Yann E. MORIN"2007-06-011-0/+71