URL:
  <http://savannah.gnu.org/bugs/?44783>

                 Summary: Pattern rule redefinition are silently ignored
                 Project: make
            Submitted by: andruxa
            Submitted on: Thu 09 Apr 2015 01:45:06 AM GMT
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 4.0
        Operating System: POSIX-Based
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Suppose there is a Makefile:

%.o: %.c
        echo building $@ from $^

%.o: %.c dummy
        echo building $@ from $^

On make invocation the second rule is ignored. No warning is shown (as opposed
to non-pattern rules). The latter rule has no effect




    _______________________________________________________

Reply to this item at:

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

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


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to