aboutsummaryrefslogtreecommitdiff
path: root/build/dist
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08Rework diagnostics verbosity, add quiet mode/optionBoris Kolpackov2-10/+10
2015-08-31Rework scoping logicBoris Kolpackov3-3/+3
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-29New configure meta-operation implementationBoris Kolpackov1-1/+1
Now we search and match (but do not execute) a rule for every operation supported by the project.
2015-08-27Dist module/meta-operation initial implementationBoris Kolpackov6-0/+670