bug-make
[Top][All Lists]
Advanced

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

[bug #16531] Substitution reference and secondary expansion


From: anonymous
Subject: [bug #16531] Substitution reference and secondary expansion
Date: Fri, 5 May 2006 15:36:40 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.0.2) Gecko/20060419 Fedora/1.5.0.2-1.2.fc5 Firefox/1.5.0.2 pango-text

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16531>

                 Summary: Substitution reference and secondary expansion
                 Project: make
            Submitted by: None
            Submitted on: 金曜日 2006年05月05日 at 15:36 UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: 3.81
        Operating System: POSIX-Based
           Fixed Release: None

    _______________________________________________________

Details:

The make doesn't recognize substitution references while the
secondary expansion. I don't find any restrictive note about
this in the manual either.


--------
.PHONY: foo.bar

.SECONDEXPANSION:
#foo: $$(patsubst %,%.bar,$$@)
foo: $$(@:%=%.bar)
address@hidden $^
--------
Makefile:5: *** target pattern contains no `%'.  Stop.







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16531>

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





reply via email to

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