aboutsummaryrefslogtreecommitdiff
path: root/build/install
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08Rework diagnostics verbosity, add quiet mode/optionBoris Kolpackov2-5/+5
2015-08-31Rework scoping logicBoris Kolpackov1-1/+1
Now the src directory is entered into the scope map and points to the same scope as out. This means that targets that are in src, not out (e.g., source files) will "see" rules, variables, etc. This becomes important when we try, for example, to install a source file (say, a header) from src: we need the rule as well as the install.* variables.
2015-08-27Dist module/meta-operation initial implementationBoris Kolpackov2-18/+3
2015-08-24New variable architectureBoris Kolpackov3-125/+120
2015-08-14Rework meta/operation registrationBoris Kolpackov2-4/+4
We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis.
2015-08-13Rework postponed logicBoris Kolpackov1-1/+1
Specifically, now postponed is only used by the execution mode logic and rules should not return it directly.
2015-08-03match_only and dependents count rework, part 1Boris Kolpackov1-2/+2
2015-07-31Essential install module functionalityBoris Kolpackov4-41/+529
2015-07-28Install module genesisBoris Kolpackov4-0/+178