REDO-TARGETS(1) | General Commands Manual | REDO-TARGETS(1) |
NAME
redo-targets - print list of redo(1) targets
SYNOPSIS
redo-targets
DESCRIPTION
redo(1) is a tool for building files and for rebuilding them if any of their dependencies have changed. redo-targets prints the list of redo(1) targets in the current directory and its subdirectories that exist, i.e. files that would be rebuilt if given as an argument to redo-ifchange(1).
Files that do not exist are not listed because they might not be targets anymore. For example, if you build a file and later remove it and change the build to no longer generate it, it will not be listed.
HISTORY
redo-targets was designed by Avery Pennarun as part of his redo(1) implementation and implemented by Nils Dagsson Moskopp.
AUTHOR
redo-targets and this man page were written by Nils Dagsson Moskopp.
COPYRIGHT
Copyright © 2014-2016 Nils Dagsson Moskopp. License AGPLv3+: GNU Affero GPL version 3 or later http://www.gnu.org/licenses/agpl-3.0.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
SEE ALSO
redo(1), redo-always(1), redo-dot(1), redo-ifchange(1), redo-ifcreate(1), redo-ood(1), redo-sources(1), redo-stamp(1)
BUGS
redo-targets may break if the target filename contains a tab or a newline.