[bug #45949] MAKEFLAGS += -r has no effect for current Makefile

2015-09-13 Thread anonymous
URL: Summary: MAKEFLAGS += -r has no effect for current Makefile Project: make Submitted by: None Submitted on: Sun 13 Sep 2015 07:45:04 AM UTC Severity: 3 - Normal Item

[bug #45949] MAKEFLAGS += -r has no effect for current Makefile

2015-09-13 Thread anonymous
Follow-up Comment #1, bug #45949 (project make): Sorry, wrong make version. Was 3.81 and 3.82. Apparently, this has been fixed in 4.0 and 4.1. Please ignore. ___ Reply to this item at:

Re: make -jN runs some rules more than once

2015-09-13 Thread Brian Malehorn
On Sat, Sep 12, 2015 at 3:54 AM, Edward Welbourne wrote: > a.gz b.gz .PHONY: zippem > zippem: > touch a > gzip a > touch b > gzip b Yes, this is approximately my solution. I don't use a PHONY target though, I "touch zippem" at the end so it