Fix variables in recipes, prefix expansion, and -a switch behavior
This commit is contained in:
parent
82ec5bfab4
commit
913af90c60
5 changed files with 15 additions and 6 deletions
4
graph.go
4
graph.go
|
|
@ -72,6 +72,10 @@ func (u *node) updateTimestamp() {
|
|||
mkError(err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
if rebuildall {
|
||||
u.flags |= nodeFlagProbable
|
||||
}
|
||||
}
|
||||
|
||||
// Create a new node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue