summaryrefslogtreecommitdiff
path: root/scripts/functions
AgeCommit message (Expand)AuthorFilesLines
2009-01-05Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch:Yann E. MORIN"1-33/+37
2009-01-05Fix C library addons extraction:Yann E. MORIN"1-1/+1
2009-01-04Get rid of CT_LIBC_FILE, remove useless CT_MakeAbsolutePath.Yann E. MORIN"1-62/+15
2009-01-04Fix aborting when neither wget nor curl are present.Yann E. MORIN"1-1/+1
2009-01-04Add new wrapper fucntions:Yann E. MORIN"1-35/+91
2008-12-21Make it clear that, if the second argument of CT_GetFile starts with a dot, i...Yann E. MORIN"1-1/+1
2008-12-16Get rid of the tols/ directory:Yann E. MORIN"1-8/+8
2008-12-09Sanity-check CT_TARGET_VENDOR, CT_TARGET_ALIAS and CT_TARGET_ALIAS_SED_EXPR:Yann E. MORIN"1-1/+16
2008-11-28Minor POSIX compliance, and typo.Yann E. MORIN"1-1/+2
2008-11-28Make it easy to use \nYann E. MORIN"1-1/+4
2008-10-31Transform LAN_MIRROR into plain MIRROR:Yann E. MORIN"1-29/+16
2008-10-29Use 'gawk', not plain 'awk'.Yann E. MORIN"1-8/+8
2008-10-23Push the calculation of the tuple's kernel part down to kernel's build scripts:Yann E. MORIN"1-7/+8
2008-10-23Architecture API change:Yann E. MORIN"1-5/+7
2008-10-21Fix using only custom patches.Yann E. MORIN"1-1/+1
2008-10-12Use ERROR level for make errors.Yann E. MORIN"1-3/+7
2008-09-14Introduce a new EXPERIMENTAL feature: BARE_METAL.Yann E. MORIN"1-2/+4
2008-08-17Log retrieved file emssages to DEBUG level, not EXTRA.Yann E. MORIN"1-3/+3
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