aboutsummaryrefslogtreecommitdiff
path: root/scripts/functions
Commit message (Expand)AuthorAgeFilesLines
* Print "Build completed" only if not in error, not the other way around.Yann E. MORIN"2008-06-201-1/+1
* Only print "Build completed" if build was successful.Yann E. MORIN"2008-06-191-2/+5
* Add a new helper function: CT_DoExecLog.Yann E. MORIN"2008-05-251-0/+8
* Introduce target-specific LDFLAGS, the same way we have CFLAGS for the target.Yann E. MORIN"2008-05-211-2/+7
* Get rid of all `command` (which is a bashism), and replace them with $(comman...Yann E. MORIN"2008-05-201-64/+64
* Introduce a new option to overide components' config.{gues,sub} with the one ...Yann E. MORIN"2008-05-151-2/+11
* Export endianness CFLAGS.Yann E. MORIN"2008-05-141-0/+1
* Fix building uClibc-based, soft-float toolchains by correctly setting float s...Yann E. MORIN"2008-05-141-2/+2
* Add a new option to set connection timeout while downloading.Yann E. MORIN"2008-05-061-8/+8
* Fix a comment.Yann E. MORIN"2008-04-131-3/+3
* Matthias Kaehlcke <matthias@kaehlcke.net> reported hanged downloads on hisYann E. MORIN"2008-04-131-5/+12
* Robet P. J. DAY: typoes.Yann E. MORIN"2008-02-141-1/+1
* Fix a long standing bug when setting compiler flags.Yann E. MORIN"2008-01-161-1/+1
* Fix by "Arvid Brodin" <Arvid.Brodin@enea.com> to CFLAGS coming from CT_ARCH_T...Yann E. MORIN"2007-10-301-1/+1
* ARM EABI is now working for little endian ARM targets.Yann E. MORIN"2007-09-161-6/+6
* Further improve the architecture-specific framework.Yann E. MORIN"2007-09-151-2/+21
* Further expand the architecture-specific function: add CT_KERNEL_ARCH building.Yann E. MORIN"2007-09-141-0/+3
* Migrate all supported architectures to use the architecture-specific framework.Yann E. MORIN"2007-09-141-31/+21
* Merge from branches/ia64@476 : add ia64 preliminary support.Yann E. MORIN"2007-09-111-0/+1
* Use symlinks to the localy stored tarballs rather than copying them.Yann E. MORIN"2007-09-081-3/+4
* Add a patch to enqable NPTL build on ARM OABI with glibc-2.6.1.Yann E. MORIN"2007-09-061-1/+1
* Fix restoring the environment.Yann E. MORIN"2007-08-161-1/+1
* Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"2007-08-151-4/+4
* Fix a small typo when extracting non-compressed steps.Yann E. MORIN"2007-08-121-10/+10
* Fix saving the environment. Thanks to Mark Vels <Mark.Vels@fundem.net> for po...Yann E. MORIN"2007-08-121-4/+2
* Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"2007-07-301-1/+1
* Add an option to save downloaded tarballs to local tarballs directory.Yann E. MORIN"2007-07-151-8/+15
* 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
* Silence "which" being verbose in some distros. (eg. Mandriva's which spawns "...Yann E. MORIN"2007-07-071-3/+11
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-2/+22
* scripts/functions is responsible for initiating the log file.Yann E. MORIN"2007-06-161-0/+7
* When searching a matching extension for a file, also check for the empty exte...Yann E. MORIN"2007-06-161-1/+4
* 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
* Don't start a state restoration if it is not available.Yann E. MORIN"2007-05-281-4/+4
* Merge the NPTL stuff.Yann E. MORIN"2007-05-271-13/+44
* Add the possibility to stop after a specified step.Yann E. MORIN"2007-05-251-1/+8
* In CT_Abort(), don't send output to stderr. Let the log facility handle where...Yann E. MORIN"2007-05-231-1/+1
* Sanitise CT_DoBuildTargetTriplet a bit.Yann E. MORIN"2007-05-231-7/+1
* Implement a restart facility.Yann E. MORIN"2007-05-221-1/+110
* Ah! I finally have a progress bar that doesn't stall the build!Yann E. MORIN"2007-05-201-7/+8
* Correctly handle the libfloat case: download, extract and patch sub-actions.Yann E. MORIN"2007-05-191-1/+2
* Really use local copy first in case it does not have the same extension as th...Yann E. MORIN"2007-05-181-19/+18
* Make the debug config menu a generated file.Yann E. MORIN"2007-05-171-1/+1
* Debug facilities:Yann E. MORIN"2007-05-171-23/+18
* Correctly handle the version string, defined in a single place now.Yann E. MORIN"2007-05-131-3/+0
* Update the way we handle directories supplied by the user:Yann E. MORIN"2007-05-101-42/+45
* Again, some progress bar optimisation.Yann E. MORIN"2007-05-091-4/+11
* Hop, a somewhat more efficient progress bar, less CPU consuming, if that was ...Yann E. MORIN"2007-05-081-0/+1