bug-make
[Top][All Lists]
Advanced

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

[bug #40801] $(info), $(warning), $(error) are evaluated in a comment in


From: anonymous
Subject: [bug #40801] $(info), $(warning), $(error) are evaluated in a comment in a define
Date: Wed, 04 Dec 2013 10:26:32 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

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

                 Summary: $(info), $(warning), $(error) are evaluated in a
comment in a define
                 Project: make
            Submitted by: None
            Submitted on: Wed 04 Dec 2013 10:26:31 AM UTC
                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: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

The following makefile always results in error:


define def
# $(error not an error anymore)
endef

$(call def)

all:

Discovered on Linux (Ubuntu), but should be platform-independent.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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