summaryrefslogtreecommitdiff
path: root/scripts/tarball.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-98/+0
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
2007-06-17The log file is no longer configurable: it is always ↵Yann E. MORIN"1-2/+4
"${CT_PREFIX_DIR}/build.log". Add an option to compress the log file upon successfull build. Make rendering the toolchain read-only optional. A few eye-candy fixes.
2007-06-17Add the "regtest" make target: call "make regtest", and all samples wil be ↵Yann E. MORIN"1-45/+54
built, and a tarball made for each of them. First sample to fail causes the test to stop.
2007-06-04Stale log files are now named "log.*", not "*.log".Yann E. MORIN"1-1/+1
2007-05-23Correctly handle the log level overide in scripts/tarball.sh.Yann E. MORIN"1-5/+5
2007-05-22Upgrade scripts/tarball.sh and scripts/saveSample.sh to use the new logging ↵Yann E. MORIN"1-3/+2
facility.
2007-05-12New make target to save the configured nad built!) toolchain.Yann E. MORIN"1-0/+88