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