aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* A little cleanup in the glibc's pthread headers install.Yann E. MORIN"2007-08-031-2/+5
* Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"2007-07-304-79/+2
* Tidy up a bit the uClibc config munging.Yann E. MORIN"2007-07-281-16/+18
* MAKEFLAGS was leaking into some components build system (dmalloc, for example...Yann E. MORIN"2007-07-231-0/+4
* Fix installing a glibc header for those archs that are in ports.Yann E. MORIN"2007-07-221-0/+3
* Update the download messages for sstrip.c to the same mesages used in scripts...Yann E. MORIN"2007-07-171-2/+6
* When isntalling aliases, send symlinks creation to CT_DEBUG log level.Yann E. MORIN"2007-07-171-1/+1
* Remove the symlinks to the build/host tools earlier.Yann E. MORIN"2007-07-171-5/+5
* Add an option to save downloaded tarballs to local tarballs directory.Yann E. MORIN"2007-07-152-9/+16
* Redirect the strace build messages to the logger!Yann E. MORIN"2007-07-141-3/+3
* Print a message when installing populate.Yann E. MORIN"2007-07-141-0/+1
* Add ltrace (and libelf) utilities.Yann E. MORIN"2007-07-132-0/+92
* Add a test for lynx (needed to download sstrip.c from buildroot).Yann E. MORIN"2007-07-131-0/+1
* Get rid of the legacy local variable got_it.Yann E. MORIN"2007-07-121-9/+12
* Test for curl or wget only once, not at each download.Yann E. MORIN"2007-07-121-2/+2
* Add strace debugging aid.Yann E. MORIN"2007-07-121-0/+38
* Use "$CT_CC}" instead of "gcc" when calling target compilers.Yann E. MORIN"2007-07-122-4/+4
* Add D.U.M.A., the Electric Fence successor.Yann E. MORIN"2007-07-121-0/+64
* Fix linking target-cc to target-gcc.Yann E. MORIN"2007-07-121-1/+1
* Fix a type in the debug and tools templates.Yann E. MORIN"2007-07-112-4/+4
* Change the target-cc link from soft to hard. This way, there's no soft link i...Yann E. MORIN"2007-07-111-1/+1
* Add a utility to populate a root directory with libraries from the toolchain.Yann E. MORIN"2007-07-082-0/+10
* More uClibc parrallel compilation cleanup.Yann E. MORIN"2007-07-071-3/+2
* Parrallel compilation is broken for uClibc (I don't know if any of my patches...Yann E. MORIN"2007-07-071-2/+1
* Silence "which" being verbose in some distros. (eg. Mandriva's which spawns "...Yann E. MORIN"2007-07-073-10/+19
* Before trying to download sstrip (from buildroot), try a local copy first.Yann E. MORIN"2007-07-041-0/+6
* Make checking the linux installed headers optional (instead of systematic).Yann E. MORIN"2007-07-031-9/+10
* Get rid of eclipse fiels once and for all.Yann E. MORIN"2007-07-022-3/+3
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-017-46/+60
* Offer an option to build the gdbserver statically. This helps in case of debu...Yann E. MORIN"2007-06-171-0/+6
* The log file is no longer configurable: it is always "${CT_PREFIX_DIR}/build....Yann E. MORIN"2007-06-172-26/+25
* scripts/showSamples.sh:Yann E. MORIN"2007-06-171-3/+0
* Add the "regtest" make target: call "make regtest", and all samples wil be bu...Yann E. MORIN"2007-06-171-45/+54
* scripts/functions is responsible for initiating the log file.Yann E. MORIN"2007-06-163-8/+9
* Fix printing components' file names.Yann E. MORIN"2007-06-167-8/+11
* Add a function to print each component's filename: this eases building the ta...Yann E. MORIN"2007-06-1610-8/+79
* When searching a matching extension for a file, also check for the empty exte...Yann E. MORIN"2007-06-161-1/+4
* Add two te;plates on how to add a new tool/debug facility.Yann E. MORIN"2007-06-162-0/+100
* Stale log files are now named "log.*", not "*.log".Yann E. MORIN"2007-06-041-1/+1
* Small eye-candy fix.Yann E. MORIN"2007-06-041-1/+1
* Be a little more explicit when the user wants to restart a non-restartable bu...Yann E. MORIN"2007-06-021-1/+2
* Revert revision 201: renaming the two cc_core passes was a bad idea.Yann E. MORIN"2007-06-021-2/+2
* scripts/build/libc_glibc.sh:Yann E. MORIN"2007-06-021-50/+43
* Rename two steps to their real names:Yann E. MORIN"2007-06-011-2/+2
* Add the first tool facility: sstrip.Yann E. MORIN"2007-06-011-0/+71
* Introduce the notion of tols facilities (none so far, sstrip coming right awa...Yann E. MORIN"2007-06-012-0/+38
* Messages from the downloaders should be tagged ALL, not DEBUG.Yann E. MORIN"2007-06-011-2/+2
* Small fix in the log level when dumping the last messages (elapsed time).Yann E. MORIN"2007-05-291-2/+3
* Fix and enhance the STOP/RESTART facility.Yann E. MORIN"2007-05-281-10/+18
* Don't start a state restoration if it is not available.Yann E. MORIN"2007-05-281-4/+4