summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2016-02-03Add a script for copying various files to the build config dir depending on ↵Daniil Baturin
build flavour.
2016-01-29Remove the "build successful" message for now.Daniil Baturin
Apparently live-build doesn't return $?>0 correctly for certain failures, which may lead to misleading success message when the build in fact had failed.
2016-01-26Add a build step for generating version files.Daniil Baturin
2016-01-24Keep all common live-build config data in data/live-build-configDaniil Baturin
If more granular data modification is needed, it can be stored in other data/ subdirs.
2015-12-25Initial support for pbuilder.Daniil Baturin
Note: pbuilder --create does not work well with relative build path, base.tgz creation fails. This led to the build_dir path being absolute. Perhaps we should make it more granular and only use absolute paths for pbuilder options.
2015-12-18Add package lists support.Daniil Baturin
The idea is that package lists in data/package-lists/common/ will be used by all build flavours, while special individual build flavours may have their own additional package lists defined by configure options.
2015-12-18Extend the makefile.Daniil Baturin
Split the 'iso' target into 'prepare' and 'iso' so it's possible to debug the preparation stage without having to start an actual ISO build. Add build and clean stages. Also add 'purge' target that "factory resets" the build environment. Add some tsun-tsun feel to the build log.
2015-12-18Add image data includes copying step to the makefile.Daniil Baturin
2015-12-17Add the makefile.Daniil Baturin
Make a ./configure symlink for the classic feel.