summaryrefslogtreecommitdiff
path: root/scripts/functions
AgeCommit message (Expand)AuthorFilesLines
2010-02-02scripts/functions: fix date munging when ns are not availableTitus von Boxberg1-1/+1
2010-01-31scripts: Do not create backup files when patchingYann E. MORIN"1-1/+1
2010-01-14scripts/functions: add git wrapperYann E. MORIN"1-6/+88
2010-01-12scripts/functions: change handling of nochdirYann E. MORIN"1-12/+34
2010-01-23scripts/functions: do not compute CT_KERNEL_ARCH, it's obsoleteYann E. MORIN"1-3/+0
2010-01-16scripts/functions: inverse log level ALL and DEBUGYann E. MORIN"1-2/+2
2010-01-10scrips/functions: fix downloads using curlRichard Strand1-2/+2
2010-01-09scripts/functions: fix extractionYann E. MORIN"1-7/+7
2010-01-07config: don't force the vendor part in the tupleYann E. MORIN"1-2/+4
2009-11-30scripts: protect against partially extracted sourceYann E. MORIN"1-0/+11
2009-11-29scripts: handle custom or empty extension when extractingYann E. MORIN"1-8/+10
2009-11-25scripts/functions: do not double check if downloads are allowedYann E. MORIN"1-9/+0
2010-01-03scripts/functions: make aria2 less verbose when downloadingYann E. MORIN"1-2/+2
2010-01-01scripts/functions: fix downloading with aria2Yann E. MORIN"1-1/+1
2010-01-01scripts/functions: fix using Aria2Yann E. MORIN"1-2/+2
2009-12-30scripts/functions: add aria2, a powerfull downloaderYann E. MORIN"1-2/+21
2009-12-29scripts/functions: simplify wget vs. curl checkYann E. MORIN"1-5/+7
2009-11-16config/global: enable not using patches at allYann E. MORIN"1-0/+1
2009-10-26libc/newlib: allow using CVS snapshotsYann E. MORIN"1-2/+2
2009-10-26functions: allow using sub-dir of a moduleYann E. MORIN"1-3/+14
2009-10-21libc/newlib: allow using newlib with archs other than avr32Yann E. MORIN"1-1/+1
2009-10-23scripts/functions: Fix a variable name.Frederic Roussel1-1/+1
2009-09-06log functions: fix CT_DoLog and CT_DoExecLogYann E. MORIN"1-2/+2
2009-08-31config: add fallback to patch orderYann E. MORIN"1-0/+3
2009-08-31config: add the local,bundled patch orderYann E. MORIN"1-0/+1
2009-08-31config: make selecting the patch origin a choice rather than a boolYann E. MORIN"1-9/+17
2009-08-31functions: do not over-detect error when patchingYann E. MORIN"1-1/+0
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