CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2015/11/29 02:17:12
Modified files: usr.bin/make : main.c parse.c parse.h Log message: fix duplicate targets in target list for good: split previous groupling fix in two. Catch 22: we have to dedup targets very early so that commands get attached correctly, but we can't figure out the grouplings heuristics until we have all commands... ok millert@