redo-ifcreate — record dependencies
redo-ifcreate filename(s)
REDOFLAGS=
[--silent] [--debug] [--keep-going] [--verbose]
redo-ifcreate is a is a dependency redcording utility that is run by a "do" script that is in turn invoked by redo(1).
redo-ifcreate records that the current target (whose "do" script is being run) depends from the dependencies named filenames.
The dependency recorded is that the current target should be built if a filename is created.
In other words, the target depends from the non-existence of the dependencies.
If a filename denotes a file or directory that exists at the time that the command is run, then redo-ifcreate exits with a failure status.
If any of the dependencies are later created, the target will be considered out of date.