summaryrefslogtreecommitdiff
path: root/scripts/saveSample.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-05-19Add uClibc-0.9.29:Yann E. MORIN"1-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.
2007-05-10Clean the sample saving script.Yann E. MORIN"1-5/+3
2007-05-07Fix glibc and uClibc downloading and extracting.Yann E. MORIN"1-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.
2007-05-07Merge the save-sample branch to trunk:Yann E. MORIN"1-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.