bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #24487] "foo" should not be identified with "./foo" if foo is phony


From: Felipe Sateler
Subject: [bug #24487] "foo" should not be identified with "./foo" if foo is phony
Date: Fri, 30 Sep 2016 13:31:48 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36

Follow-up Comment #3, bug #24487 (project make):

This problem is now worse because it is not allowed to mix implicit and normal
rules:

$ cat Makefile
% build:
        echo $@

.PHONY: build
$ make build
Makefile:1: *** mixed implicit and normal rules.  Stop.

So now one is forced to declare the targets multiple times.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24487>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]