bug-make
[Top][All Lists]
Advanced

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

[bug #60659] Incorrect 2nd expansion of $$< inside a function in the pre


From: Dmitry Goncharov
Subject: [bug #60659] Incorrect 2nd expansion of $$< inside a function in the prerequisite list.
Date: Sun, 23 May 2021 10:26:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?60659>

                 Summary: Incorrect 2nd expansion of $$< inside a function in
the prerequisite list.
                 Project: make
            Submitted by: dgoncharov
            Submitted on: Sun 23 May 2021 02:26:36 PM UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: SCM
        Operating System: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

.SECONDEXPANSION:
hello.x: world.z
hello.x: $$(info <=$$<) ;

Expected output of info is
<=world.z

Actual output of info is
<=

$(info) is used in this example. Other functions cause the same effect.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60659>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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