aboutsummaryrefslogtreecommitdiffstats
path: root/src/redo-ifcreate.c
Commit message (Collapse)AuthorAgeFilesLines
* Change the way redo updates targets.Tharre2014-11-161-2/+1
| | | | | | | | It's done a lot more efficiently now, as we are no longer checking if a target is out-of-date before we rebuild it, but instead rebuild subtargets directly when they are checked. We also now correctly depend on .do files.
* Fix indentationTharre2014-11-111-5/+5
|
* Make targets depend on do-files.Tharre2014-08-201-1/+3
| | | | | | | | | | | This includes two different scenarios, first if the do-files which was used to build the target has changed the target must be rebuilt. Second, if a target was build by a lower priority do-file, like default.fuu.do, then it must be rebuilt if <target>.fuu.do appears. Note that at this point, Redofile as do-file is semi-supported, as it's future is uncertain.
* Add redo-ifcreate (and add redo-always properly)Tharre2014-08-161-0/+17