summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/targequiv.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct $OpenBSD$ stuffespie2010-07-191-0/+27
|
* changes to get target equivalence to work better.espie2008-11-041-0/+8
- add new file to create lists of equivalent targets (siblings) - use that for sequential mode to have much better VPATH support - separate checking commands from reporting error, for later. - zap DieHorribly accordingly - renumber existing flags - signal_running_jobs() is simpler than pass_signal_to_jobs() - new debug option -dn for name matching. Similar code to handle parallel make is still missing. thanks to Mark, Miod, Theo, Otto, Todd for tests and/or comments.