[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:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=16958

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


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-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


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,, '\\');
 to
 n = rindex(*file, '\\');

What version of Make is that?  There's no such line in vpath.c that
comes with the latest version 3.81 of GNU Make.

Thank you for your report, anyway.


___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make