scripts/functions
2009-02-01 Fix removing directories.
2009-01-31 Fix downloading with CT_GetFile when no mirror is set.
2009-01-29 Update populate:
2009-01-27 Backport #1288 from /trunk:
2009-01-20 On 20090115.0012+0100, "Andy Johnson" <ajohnson@aecno.com> wrote:
2009-01-20 Forced-removing of a non-existing directory breaks the build.
2009-01-12 Fix removing existing directories by chmod'ing them to be user-writeable.
2009-01-12 Don't print anything about LAN mirror if it is not used.
2009-01-06 Add an option to forbid downloads.
2009-01-06 Message beautification when saving locally.
2009-01-05 Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch:
2009-01-05 Fix C library addons extraction:
2009-01-04 Get rid of CT_LIBC_FILE, remove useless CT_MakeAbsolutePath.
2009-01-04 Fix aborting when neither wget nor curl are present.
2009-01-04 Add new wrapper fucntions:
2008-12-21 Make it clear that, if the second argument of CT_GetFile starts with a dot, it is considered to be the preferred extension.
2008-12-16 Get rid of the tols/ directory:
2008-12-09 Sanity-check CT_TARGET_VENDOR, CT_TARGET_ALIAS and CT_TARGET_ALIAS_SED_EXPR:
2008-11-28 Minor POSIX compliance, and typo.
2008-11-28 Make it easy to use \n
2008-10-31 Transform LAN_MIRROR into plain MIRROR:
2008-10-29 Use 'gawk', not plain 'awk'.
2008-10-24 Backport #1111 from trunk:
2008-10-23 Push the calculation of the tuple's kernel part down to kernel's build scripts:
2008-10-23 Architecture API change:
2008-10-21 Fix using only custom patches.
2008-10-12 Use ERROR level for make errors.
2008-09-14 Introduce a new EXPERIMENTAL feature: BARE_METAL.
2008-08-17 Log retrieved file emssages to DEBUG level, not EXTRA.
2008-08-12 Be a little less verbose when retrieving files if they are already present.
2008-08-11 Merge the branches/eglibc stuff:
2008-08-11 Move two log messages around, so that output looks better.
2008-08-09 Do not unset http_proxy, ftp_proxy and https_proxy in case of using a socks proxy.
2008-08-09 Backport #926 from trunk:
2008-08-09 Backport #922 from trunk:
2008-08-09 Merge #920 from branches/eglibc:
2008-08-09 Merge #916 from branches/eglibc:
2008-08-09 Merge #914 from branches/eglibc:
2008-08-09 Merge #911 from banches/eglibc:
2008-08-07 Introduce four new ARCH specific variables that CT_DoArchValues can set if they want:
2008-08-01 Rework a little bit of the LAN mirror and proxy settings.
2008-07-27 Backport #876 from trunk:
2008-07-27 Re-enable the restart functionality by removing some variables from the saved environment.
2008-07-26 Backport #864 from trunk:
2008-07-26 Backport #857 from trunk:
2008-07-26 In case of error, the error message would be printing in subshells, thus printing as many error message as there were subshells.
2008-07-25 While retrieving files, propagate the preferred extension down to sub-functions.
2008-07-24 When retrieving a file, allow preferred extension to be whatever starts with a dot, and not only one of .tar.bz2 .tar.gz .tgz or .tar.
2008-07-19 Introduce using a LAN mirror for retrieving tarballs.
2008-07-14 Catching a double fault is doomed... Don't take action.
2008-07-14 Don't print double-faults.
2008-07-14 Log the command being run when calling CT_DoExecLog, which is kinda the point of CT_DoExecLog, anyway...
2008-07-13 Also log the command being executed when calling CT_DoExecLog (no user yet).
2008-06-20 Print "Build completed" only if not in error, not the other way around.
2008-06-19 Only print "Build completed" if build was successful.
2008-05-25 Add a new helper function: CT_DoExecLog.
2008-05-21 Introduce target-specific LDFLAGS, the same way we have CFLAGS for the target.
2008-05-20 Get rid of all `command` (which is a bashism), and replace them with $(command), which is POSIX.
2008-05-15 Backport #631 from trunk:
2008-05-15 Backport #629 from trunk: