[bug #8297] Allow multiple targets to be built from a single explicit rule recipe invocation

2019-03-13 Thread Kaz Kylheku
Follow-up Comment #8, bug #8297 (project make): The patch I uploaded just now is almost the same as what I posted to the mailing list, modulo fixing a memory leak (not freeing the also_make dep list built up in the register_files function). Paul Smith pointed to this bug and suggested the &: synt

[bug #8297] Allow multiple targets to be built from a single explicit rule recipe invocation

2019-03-13 Thread Kaz Kylheku
Additional Item Attachment, bug #8297 (project make): File name: 0001-Implement-grouped-targets-in-ordinary-rules.patch Size:10 KB ___

[bug #24723] multiple results created as a group

2019-03-13 Thread Paul D. Smith
Update of bug #24723 (project make): Status:None => Duplicate Open/Closed:Open => Closed ___ Reply to this item at:

[bug #8297] Allow multiple targets to be built from a single explicit rule recipe invocation

2019-03-13 Thread Paul D. Smith
Update of bug #8297 (project make): Summary: Add a non-posix feature for parallel mode. => Allow multiple targets to be built from a single explicit rule recipe invocation ___ Follow-up Comment #7: FYI some discussion of t