summaryrefslogtreecommitdiff
path: root/scripts/build/tools/sstrip.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-05-02For tools/ and debug/ build scripts, annd a numeric prefix, so that they ↵Yann E. MORIN"1-100/+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(-)
2008-04-17Commit a long-standing eye-dcandy change in a log, that got lost in a vi ↵Yann E. MORIN"1-1/+1
crash... scripts/build/tools/sstrip.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2007-09-16When sstrip is already downloaded, link instead of copying (as for all otherYann E. MORIN"1-3/+3
components). A little eye-candy fix.
2007-09-02Bah, a really small cosmetic fix...Yann E. MORIN"1-1/+1
2007-07-17Update the download messages for sstrip.c to the same mesages used in ↵Yann E. MORIN"1-2/+6
scripts/functions.
2007-07-15Add an option to save downloaded tarballs to local tarballs directory.Yann E. MORIN"1-1/+1
Sanitise CT_GetFile. Change some messages (Copying -> Retrieving).
2007-07-04Before trying to download sstrip (from buildroot), try a local copy first.Yann E. MORIN"1-0/+6
2007-06-16Add a function to print each component's filename: this eases building the ↵Yann E. MORIN"1-5/+24
tarball of the generated toolchain. Hard-link the libfloat tarball instead of soft-link: this also eases building the afore-mentioned tarball.
2007-06-04Small eye-candy fix.Yann E. MORIN"1-1/+1
2007-06-01Add the first tool facility: sstrip.Yann E. MORIN"1-0/+71