summaryrefslogtreecommitdiff
path: root/samples/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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.