summaryrefslogtreecommitdiff
path: root/scripts/functions
AgeCommit message (Expand)AuthorFilesLines
2008-08-12Be a little less verbose when retrieving files if they are already present.Yann E. MORIN"1-5/+2
2008-08-11Merge the branches/eglibc stuff:Yann E. MORIN"1-2/+4
2008-08-11Move two log messages around, so that output looks better.Yann E. MORIN"1-2/+2
2008-08-09Do not unset http_proxy, ftp_proxy and https_proxy in case of using a socks p...Yann E. MORIN"1-4/+2
2008-08-09Merge #920 from branches/eglibc:Yann E. MORIN"1-8/+6
2008-08-09Merge #916 from branches/eglibc:Yann E. MORIN"1-17/+18
2008-08-09Merge #914 from branches/eglibc:Yann E. MORIN"1-2/+3
2008-08-09Merge #911 from banches/eglibc:Yann E. MORIN"1-1/+1
2008-08-07Introduce four new ARCH specific variables that CT_DoArchValues can set if th...Yann E. MORIN"1-2/+2
2008-08-01Rework a little bit of the LAN mirror and proxy settings.Yann E. MORIN"1-22/+129
2008-07-27Re-enable the restart functionality by removing some variables from the saved...Yann E. MORIN"1-6/+10
2008-07-26In case of error, the error message would be printing in subshells, thus prin...Yann E. MORIN"1-0/+2
2008-07-25While retrieving files, propagate the preferred extension down to sub-functions.Yann E. MORIN"1-3/+5
2008-07-24When retrieving a file, allow preferred extension to be whatever starts with ...Yann E. MORIN"1-2/+3
2008-07-19Introduce using a LAN mirror for retrieving tarballs.Yann E. MORIN"1-4/+36
2008-07-14Catching a double fault is doomed... Don't take action.Yann E. MORIN"1-4/+1
2008-07-14Don't print double-faults.Yann E. MORIN"1-0/+3
2008-07-14Log the command being run when calling CT_DoExecLog, which is kinda the point...Yann E. MORIN"1-1/+1
2008-07-13Also log the command being executed when calling CT_DoExecLog (no user yet).Yann E. MORIN"1-2/+3
2008-06-20Print "Build completed" only if not in error, not the other way around.Yann E. MORIN"1-1/+1
2008-06-19Only print "Build completed" if build was successful.Yann E. MORIN"1-2/+5
2008-05-25Add a new helper function: CT_DoExecLog.Yann E. MORIN"1-0/+8
2008-05-21Introduce target-specific LDFLAGS, the same way we have CFLAGS for the target.Yann E. MORIN"1-2/+7
2008-05-20Get rid of all `command` (which is a bashism), and replace them with $(comman...Yann E. MORIN"1-64/+64
2008-05-15Introduce a new option to overide components' config.{gues,sub} with the one ...Yann E. MORIN"1-2/+11
2008-05-14Export endianness CFLAGS.Yann E. MORIN"1-0/+1
2008-05-14Fix building uClibc-based, soft-float toolchains by correctly setting float s...Yann E. MORIN"1-2/+2
2008-05-06Add a new option to set connection timeout while downloading.Yann E. MORIN"1-8/+8
2008-04-13Fix a comment.Yann E. MORIN"1-3/+3
2008-04-13Matthias Kaehlcke <matthias@kaehlcke.net> reported hanged downloads on hisYann E. MORIN"1-5/+12
2008-02-14Robet P. J. DAY: typoes.Yann E. MORIN"1-1/+1
2008-01-16Fix a long standing bug when setting compiler flags.Yann E. MORIN"1-1/+1
2007-10-30Fix by "Arvid Brodin" <Arvid.Brodin@enea.com> to CFLAGS coming from CT_ARCH_T...Yann E. MORIN"1-1/+1
2007-09-16ARM EABI is now working for little endian ARM targets.Yann E. MORIN"1-6/+6
2007-09-15Further improve the architecture-specific framework.Yann E. MORIN"1-2/+21
2007-09-14Further expand the architecture-specific function: add CT_KERNEL_ARCH building.Yann E. MORIN"1-0/+3
2007-09-14Migrate all supported architectures to use the architecture-specific framework.Yann E. MORIN"1-31/+21
2007-09-11Merge from branches/ia64@476 : add ia64 preliminary support.Yann E. MORIN"1-0/+1
2007-09-08Use symlinks to the localy stored tarballs rather than copying them.Yann E. MORIN"1-3/+4
2007-09-06Add a patch to enqable NPTL build on ARM OABI with glibc-2.6.1.Yann E. MORIN"1-1/+1
2007-08-16Fix restoring the environment.Yann E. MORIN"1-1/+1
2007-08-15Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"1-4/+4
2007-08-12Fix a small typo when extracting non-compressed steps.Yann E. MORIN"1-10/+10
2007-08-12Fix saving the environment. Thanks to Mark Vels <Mark.Vels@fundem.net> for po...Yann E. MORIN"1-4/+2
2007-07-30Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"1-1/+1
2007-07-15Add an option to save downloaded tarballs to local tarballs directory.Yann E. MORIN"1-8/+15
2007-07-12Get rid of the legacy local variable got_it.Yann E. MORIN"1-9/+12
2007-07-12Test for curl or wget only once, not at each download.Yann E. MORIN"1-2/+2
2007-07-07Silence "which" being verbose in some distros. (eg. Mandriva's which spawns "...Yann E. MORIN"1-3/+11
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-2/+22