Fix "up-to-date" logic.

This commit is contained in:
Daniel Jones 2013-04-24 11:36:24 -07:00
parent 3bdc96019f
commit b7df226f0d
3 changed files with 34 additions and 15 deletions

View file

@ -1,5 +1,6 @@
# Short-term
* Expand ${foo}.
* Unit tests.
* Expanding regex matches in targets.
* Dummy rule for multiple explicit targets
@ -14,7 +15,4 @@
* An attribute to demand n processors for a particular rule. This way
resource hog rules can be run on their own without disabling parallel
make.
* A switch that prints the rules that will be executed and prompts to user
to do so. I often find myself doing `mk -n` before `mk` to make sure my
rules aren't bogus.