[bug #42270] Make needs to canonicalise paths

2014-05-02 Thread Robert Bogomip
URL: Summary: Make needs to canonicalise paths Project: make Submitted by: bobbogo Submitted on: Fri 02 May 2014 09:39:02 PM GMT Severity: 3 - Normal Item Group: Bug

[bug #16928] Request for unique() function

2014-05-02 Thread Robert Bogomip
Follow-up Comment #1, bug #16928 (project make): Have you seen the _uniq_ function from the make standard library? uniq = $(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1))) ___ Reply to this item at:

[bug #42249] error GNU make 4.0 in handling -q -- exits with 2 if something needs to be updated

2014-05-02 Thread Manoj Srivastava
Follow-up Comment #2, bug #42249 (project make): The fix seems to work for the package build that were broken with make 4.0, and so I think this report may be closed when that fix is released. ___ Reply to this item at:

Re: [bug #41758] VMS Make incorrectly reports archives support present.

2014-05-02 Thread John E. Malmberg
On 5/2/2014 5:22 AM, h.becker wrote: On 05/02/2014 05:44 AM, John Malmberg wrote: Follow-up Comment #3, bug #41758 (project make): Updated default.c patch with fixed shared image library rule. That's not a complete fix. It still has the wrong target. The suffix of such a library is ".olb", no

Re: [bug #41758] VMS Make incorrectly reports archives support present.

2014-05-02 Thread h.becker
On 05/02/2014 05:44 AM, John Malmberg wrote: > Follow-up Comment #3, bug #41758 (project make): > > Updated default.c patch with fixed shared image library rule. That's not a complete fix. It still has the wrong target. The suffix of such a library is ".olb", not ".exe". The suffix is identical t