summaryrefslogtreecommitdiff
path: root/samples/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-07-07Make regtest work back again.Yann E. MORIN"1-6/+6
2007-07-02Silence calling the saveSample.sh script.Yann E. MORIN"1-1/+1
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-15/+24
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
2007-06-18Always call distclean after each sample when doing a regtest.Yann E. MORIN"1-4/+4
2007-06-17Rework the help system. For now, this is mostly a no-op (it only re-organise ↵Yann E. MORIN"1-3/+7
the help entries), but later, that may come in handy when we want ct-ng to be installable).
2007-06-17The log file is no longer configurable: it is always ↵Yann E. MORIN"1-1/+0
"${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 intermediate mesages when building regtests.Yann E. MORIN"1-3/+3
Distclean the repository after each sample during regtests.
2007-06-17Add the "regtest" make target: call "make regtest", and all samples wil be ↵Yann E. MORIN"1-7/+40
built, and a tarball made for each of them. First sample to fail causes the test to stop.
2007-05-08Print the major components and their version when calling "make help".Yann E. MORIN"1-5/+3
2007-05-07Merge the save-sample branch to trunk:Yann E. MORIN"1-0/+17
- 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.