Fix "up-to-date" logic.
This commit is contained in:
parent
3bdc96019f
commit
b7df226f0d
3 changed files with 34 additions and 15 deletions
4
TODO.md
4
TODO.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue