summaryrefslogtreecommitdiff
path: root/tests.build/only-build-systems.script
Commit message (Collapse)AuthorAgeFilesLines
* Only build systems againSam Thursfield2013-03-141-0/+29
| | | | | We can no longer build strata individually because we don't know what architecture they are for.
* Allow building strata with 'morph build-morphology' againSam Thursfield2013-02-221-29/+0
| | | | This is mainly to fix bootstrap.
* buildcommand: Refuse to build chunks or strata out of contextSam Thursfield2013-02-201-0/+29
Building invididual chunks is bad because we have no idea what build mode to use. Building individual strata would work, but all of the stratum's build dependencies would need to be built first so there would be little time saved in any case. There is also no way to test them beyond checking that the build was successful.