bug-make
[Top][All Lists]
Advanced

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

[bug #51414] Use of multiple $$% (for .SECONDEXPANSION) causes make to m


From: anonymous
Subject: [bug #51414] Use of multiple $$% (for .SECONDEXPANSION) causes make to misinterpret the rule as a pattern rule
Date: Fri, 7 Jul 2017 09:15:20 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36

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

                 Summary: Use of multiple $$% (for .SECONDEXPANSION) causes
make to misinterpret the rule as a pattern rule
                 Project: make
            Submitted by: None
            Submitted on: Fri 07 Jul 2017 01:15:19 PM UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 4.2.1
        Operating System: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Minimal test Makefile:


.SECONDEXPANSION:

libmy.a(my_source.o): $$(%:_source.o=)_internal.h $$(%:_source.o=)_api.h


Resulting error message:

../test_makefile:2: target 'libmy.a(my_source.o)' doesn't match the target
pattern





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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