[bug #42125] Explicit rules do not support multiple targets

2014-04-15 Thread Paul D. Smith
Update of bug #42125 (project make): Item Group: Bug => Enhancement Triage Status:None => Medium Effort Summary: Static pattern rules do not support multiple targets => Explicit rules do not sup

[bug #42125] Static pattern rules do not support multiple targets

2014-04-15 Thread anonymous
URL: Summary: Static pattern rules do not support multiple targets Project: make Submitted by: None Submitted on: Tue 15 Apr 2014 04:02:29 PM UTC Severity: 3 - Normal Ite

Re: vms:test variables

2014-04-15 Thread h.becker
On 04/15/2014 03:06 PM, John E. Malmberg wrote: > The fix there is on VMS to replace "echo > $@" with: > 'open/write xxx $@ ; write xxx "" ; close xxx' Yes, that should do the trick as other possible fixes can do the same. > Perl choosing logical names as the default for implementing %ENV has >

Re: vms:test variables

2014-04-15 Thread John E. Malmberg
On 4/14/2014 3:04 PM, h.becker wrote: As already mentioned, the last test for variables/GNUMAKEFLAGS fails for VMS. I think I know why, but I'm not yet sure whether I have the full picture. There are at least two reasons: the "port" to VMS of the makefile for this test case is not working as exp