Re: bug in $(wildcard) with trailing slash

2012-03-03 Thread Paul Smith
On Fri, 2012-03-02 at 06:57 -0700, Eric Blake wrote: > Make fails to restrict output to just directories when a wildcard > contains both a trailing slash and internal slashes, even though it does > the right thing with no internal slashes. Hi Eric; This is actually a bug in glibc's glob() functio

[bug #30175] '***' prefix for 'Target ... not remade because of errors'

2012-03-03 Thread Paul D. Smith
Update of bug #30175 (project make): Status:None => Not A Bug Assigned to:None => psmith Open/Closed:Open => Closed _

[bug #30505] Make doesn't update the entire dependency chain?

2012-03-03 Thread Paul D. Smith
Update of bug #30505 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

Re: Feature request

2012-03-03 Thread Philip Guenther
On Sat, Mar 3, 2012 at 6:30 PM, Odne Hellebø wrote: ... > I have A.java which uses B.java and thus the rule becomes this A.java B.class>, but I don't need to recompile A.java if B.class is changed, > I just need B.class to be there with the features I use in A.class. So what > I suggest is that w

Feature request

2012-03-03 Thread Odne Hellebø
Hey, I know this probably isn't the right place to ask for a new feature, but I couldn't find any decent places to do it, so here goes. I recently started using make for a project in java and I know that Java isn't supported by default, but I do believe that this is something that will benefi

[bug #32485] FILE_TIMESTAMP_HI_RES is not properly set on AIX

2012-03-03 Thread Paul D. Smith
Update of bug #32485 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #34530] make (ab)uses the ASCII grave accent (0x60) as a left single quotation mark

2012-03-03 Thread Paul D. Smith
Update of bug #34530 (project make): Status: Later => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #35410] [patch] Fix a bug with filter/filter-out functions when pattern contains only quoted percents

2012-03-03 Thread Eldar Abusalimov
Follow-up Comment #2, bug #35410 (project make): Oops, yes, I'm agree. Another possible (and quite simple to apply it right now) optimization is to use something like: pat->length = len/2 + strlen(pat->str + len/2) It seems to be safe as far as the string can't become shorter than a half of t

[bug #35397] make bug with ONESHELL and SHELLFLAGS

2012-03-03 Thread Paul D. Smith
Update of bug #35397 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #35410] [patch] Fix a bug with filter/filter-out functions when pattern contains only quoted percents

2012-03-03 Thread Paul D. Smith
Update of bug #35410 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #35485] New $(.MFDIR) built-in variable

2012-03-03 Thread Paul D. Smith
Follow-up Comment #4, bug #35485 (project make): OK, let me put it another way: I don't think there's much value in creating a new built-in variable which is just shorthand for something so easily defined by the makefile author. If we add a new variable I'd prefer it solve a real problem, and pro

[bug #35711] Make needs to define targets earlier

2012-03-03 Thread Paul D. Smith
URL: Summary: Make needs to define targets earlier Project: make Submitted by: psmith Submitted on: Sat 03 Mar 2012 02:01:17 PM EST Severity: 4 - Important Item Group: Bu

[bug #16670] Repeated backslash-escaped newlines not POSIXly replaced

2012-03-03 Thread Paul D. Smith
Update of bug #16670 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release: