summaryrefslogtreecommitdiff
path: root/scripts/functions
AgeCommit message (Expand)AuthorFilesLines
2009-06-22[functions] Allow newlines (\n) in log messagesYann E. MORIN"1-1/+1
2009-05-27/devel/gcc-4.4:Yann E. MORIN"1-0/+30
2009-04-20There's no longer any reason to require GNU awk:Yann E. MORIN"1-2/+2
2009-04-19Simplify the mirror settings.Yann E. MORIN"1-4/+3
2009-04-19Get rid of the proxy settings, once and for all.Yann E. MORIN"1-100/+0
2009-04-06Use "${awk}", not gawk.Yann E. MORIN"1-2/+2
2009-03-27Only create the state dir if asked for a restartable build:Yann E. MORIN"1-3/+12
2009-03-27Detect and abort on partially patched component.Yann E. MORIN"1-3/+15
2009-03-24Log the save/restore messages at a level that is always visible.Yann E. MORIN"1-2/+5
2009-03-15When patching, always assume the package has been previously extraacted (don'...Yann E. MORIN"1-8/+3
2009-03-13Correctly use CT_DoExecLog with wget and curl.Yann E. MORIN"1-8/+8
2009-03-08Add CT_GetSVN to commonalise retrieval from SVN (ala CT_GetCVS).Yann E. MORIN"1-1/+33
2009-03-04Check that a pacakge was previously extracted prior to patching.Yann E. MORIN"1-3/+5
2009-03-04Move do_finish from scripts/functions to its own file in scipts/build/interna...Yann E. MORIN"1-48/+0
2009-03-03Allow user to add a directory component in the sys-root path.Yann E. MORIN"1-1/+1
2009-02-19Fix extracting tarballs.Yann E. MORIN"1-1/+5
2009-02-10"chmod -R u+w" extracted tarballs, as some may have read-only files in them (...Yann E. MORIN"1-0/+3
2009-02-01Fix populate to correctly use tools discovered via ./configure.Yann E. MORIN"1-3/+8
2009-02-01Fix removing directories.Yann E. MORIN"1-3/+4
2009-01-31Fix downloading with CT_GetFile when no mirror is set.Yann E. MORIN"1-3/+5
2009-01-29Update populate:Yann E. MORIN"1-3/+4
2009-01-20On 20090115.0012+0100, "Andy Johnson" <ajohnson@aecno.com> wrote:Yann E. MORIN"1-0/+42
2009-01-20Forced-removing of a non-existing directory breaks the build.Yann E. MORIN"1-3/+10
2009-01-12Fix removing existing directories by chmod'ing them to be user-writeable.Yann E. MORIN"1-0/+7
2009-01-12Don't print anything about LAN mirror if it is not used.Yann E. MORIN"1-7/+9
2009-01-06Add an option to forbid downloads.Yann E. MORIN"1-0/+6
2009-01-06Message beautification when saving locally.Yann E. MORIN"1-1/+1
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