aboutsummaryrefslogtreecommitdiff
path: root/scripts/saveSample.sh
Commit message (Collapse)AuthorAgeFilesLines
* Call architecture-specific functions from all scripts needing them.Yann E. MORIN"2007-09-161-0/+3
|
* Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"2007-08-151-2/+2
| | | | | Document overriding the number of // jobs. Some small documentation fixes.
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-18/+13
| | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
* scripts/functions is responsible for initiating the log file.Yann E. MORIN"2007-06-161-1/+2
| | | | Users of the log facility are in charge to use, move, delete this log file, now.
* Correctly handle the log level overide in scripts/saveSample.sh.Yann E. MORIN"2007-05-231-5/+5
| | | | Little eye candy in scripts/showSamples.sh.
* Upgrade scripts/tarball.sh and scripts/saveSample.sh to use the new logging ↵Yann E. MORIN"2007-05-221-4/+2
| | | | facility.
* Add uClibc-0.9.29:Yann E. MORIN"2007-05-191-2/+8
| | | | | | | - associated patch set - update the munging function to accomodate the new config variables libfloat version was missing from the previous commit... :-( Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory.
* Clean the sample saving script.Yann E. MORIN"2007-05-101-5/+3
|
* Fix glibc and uClibc downloading and extracting.Yann E. MORIN"2007-05-071-4/+20
| | | | | | Although we no longer need the kernel config file, we now need to specify the kernel source directory when installing headers. Re-order components downloading to match build order. Fix the saveSample.sh script in case the referenced files are the same as the destination files.
* Merge the save-sample branch to trunk:Yann E. MORIN"2007-05-071-0/+70
- reorder most of the environment setup, - geting, extracting and patching are now components' sub-actions, - save the current config as a sample to be used as a pre-configured target.