aboutsummaryrefslogtreecommitdiff
path: root/scripts/functions
Commit message (Expand)AuthorAgeFilesLines
* Fix CT_SanitizePathJohannes Stezenbach2010-07-301-7/+5
* scripts: remove . from $PATHYann E. MORIN"2010-07-291-0/+18
* scripts/functions: recognise Cygwin build hostsYann E. MORIN"2010-07-181-1/+1
* scripts/functions: Use stat correctly on non-GNU (BSD/Darwin) systems.Titus von Boxberg2010-05-191-1/+11
* scripts/functions: log the test stringsYann E. MORIN"2010-04-131-0/+3
* scripts/functions: compress with gzip level 3, as stated in the documentationYann E. MORIN"2010-04-131-8/+12
* scripts/functions: add a save/restore handlerYann E. MORIN"2010-04-131-62/+62
* scripts/functions: fix CT_Patch againYann E. MORIN"2010-04-131-4/+6
* scripts/functions: fix CT_PatchYann E. MORIN"2010-04-131-2/+2
* scripts/functions: make CT_Patch dumberYann E. MORIN"2010-04-111-20/+25
* scripts: prevent trailing - in CT_TARGETBart vdr Meulen2010-04-091-4/+4
* complibs: save directory with static complibs for stop/restartYann E. MORIN"2010-04-111-0/+14
* scripts/functions: fix date munging when ns are not availableTitus von Boxberg2010-02-031-1/+1
* scripts: Do not create backup files when patchingYann E. MORIN"2010-01-311-1/+1
* scripts/functions: add git wrapperYann E. MORIN"2010-01-141-6/+88
* scripts/functions: change handling of nochdirYann E. MORIN"2010-01-121-12/+34
* scripts/functions: do not compute CT_KERNEL_ARCH, it's obsoleteYann E. MORIN"2010-01-231-3/+0
* scripts/functions: inverse log level ALL and DEBUGYann E. MORIN"2010-01-161-2/+2
* scrips/functions: fix downloads using curlRichard Strand2010-01-101-2/+2
* scripts/functions: fix extractionYann E. MORIN"2010-01-091-7/+7
* config: don't force the vendor part in the tupleYann E. MORIN"2010-01-071-2/+4
* scripts: protect against partially extracted sourceYann E. MORIN"2009-11-301-0/+11
* scripts: handle custom or empty extension when extractingYann E. MORIN"2009-11-301-8/+10
* scripts/functions: do not double check if downloads are allowedYann E. MORIN"2009-11-251-9/+0
* scripts/functions: make aria2 less verbose when downloadingYann E. MORIN"2010-01-031-2/+2
* scripts/functions: fix downloading with aria2Yann E. MORIN"2010-01-011-1/+1
* scripts/functions: fix using Aria2Yann E. MORIN"2010-01-011-2/+2
* scripts/functions: add aria2, a powerfull downloaderYann E. MORIN"2009-12-301-2/+21
* scripts/functions: simplify wget vs. curl checkYann E. MORIN"2009-12-291-5/+7
* config/global: enable not using patches at allYann E. MORIN"2009-11-161-0/+1
* libc/newlib: allow using CVS snapshotsYann E. MORIN"2009-10-261-2/+2
* functions: allow using sub-dir of a moduleYann E. MORIN"2009-10-261-3/+14
* libc/newlib: allow using newlib with archs other than avr32Yann E. MORIN"2009-10-211-1/+1
* scripts/functions: Fix a variable name.Frederic Roussel2009-10-231-1/+1
* log functions: fix CT_DoLog and CT_DoExecLogYann E. MORIN"2009-09-061-2/+2
* config: add fallback to patch orderYann E. MORIN"2009-08-311-0/+3
* config: add the local,bundled patch orderYann E. MORIN"2009-08-311-0/+1
* config: make selecting the patch origin a choice rather than a boolYann E. MORIN"2009-08-311-9/+17
* functions: do not over-detect error when patchingYann E. MORIN"2009-08-311-1/+0
* [functions] Allow newlines (\n) in log messagesYann E. MORIN"2009-06-221-1/+1
* /devel/gcc-4.4:Yann E. MORIN"2009-05-271-0/+30
* There's no longer any reason to require GNU awk:Yann E. MORIN"2009-04-201-2/+2
* Simplify the mirror settings.Yann E. MORIN"2009-04-191-4/+3
* Get rid of the proxy settings, once and for all.Yann E. MORIN"2009-04-191-100/+0
* Use "${awk}", not gawk.Yann E. MORIN"2009-04-061-2/+2
* Only create the state dir if asked for a restartable build:Yann E. MORIN"2009-03-271-3/+12
* Detect and abort on partially patched component.Yann E. MORIN"2009-03-271-3/+15
* Log the save/restore messages at a level that is always visible.Yann E. MORIN"2009-03-241-2/+5
* When patching, always assume the package has been previously extraacted (don'...Yann E. MORIN"2009-03-151-8/+3
* Correctly use CT_DoExecLog with wget and curl.Yann E. MORIN"2009-03-131-8/+8