Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-09 | Build according to buildspec | Boris Kolpackov | 1 | -1/+1 | |
At this stage operations are still ignored. | |||||
2015-03-03 | Implement new default target logic, canonical directory name (empty value) | Boris Kolpackov | 1 | -0/+1 | |
The logic is as follows: if we have an explicit current directory target, then that's the default target. Otherwise, we take the first target and use it as a prerequisite to create an implicit current directory target, effectively making it the default target via an alias. If there are no targets in this buildfile, then we don't do anything. | |||||
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 1 | -0/+144 | |
Now the rule is fully responsible for searching, matching, and building of prerequisites. |