[bug #17245] $(notdir foo/) should return . instead of blank

2006-07-31 Thread anonymous
URL: Summary: $(notdir foo/) should return . instead of blank Project: make Submitted by: None Submitted on: Monday 07/31/2006 at 21:11 UTC Severity: 3 - Norma

Re: syntax error vpath.c line 348

2006-07-31 Thread Eli Zaretskii
> Date: Mon, 31 Jul 2006 16:16:53 +0200 (MEST) > From: "Stefan Renz"<[EMAIL PROTECTED]> > > I just tried to build gnu make for win32 and got an error message like this: > > syntax error vpath.c line 348 > There are too many actual parameters etc. > > I changed it from > n = rindex(*file,, '\\')

syntax error vpath.c line 348

2006-07-31 Thread Stefan Renz
Hello, I just tried to build gnu make for win32 and got an error message like this: syntax error vpath.c line 348 There are too many actual parameters etc. I changed it from n = rindex(*file,, '\\'); to n = rindex(*file, '\\'); Greetings, Stefan Renz __

[bug #16958] Marking .PHONY dependencies as targets is a regression against 3.80

2006-07-31 Thread David Kågedal
Follow-up Comment #5, bug #16958 (project make): Yes, the failing test case is case.2 in features/patternrules %.2: void @exit 1 %.2: 2.phony @exit 0 .PHONY: 2.phony ___ Reply to this item at: