bug-make
[Top][All Lists]
Advanced

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

[bug #24522] $(info) does not nothing


From: anonymous
Subject: [bug #24522] $(info) does not nothing
Date: Fri, 10 Oct 2008 17:50:20 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1

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

                 Summary: $(info) does not nothing
                 Project: make
            Submitted by: None
            Submitted on: Fri 10 Oct 2008 05:50:12 PM UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.80
        Operating System: POSIX-Based
           Fixed Release: None

    _______________________________________________________

Details:

The $(info) construct prints nothing in a context where $(warning) and
$(error) do print a message as expected:

> cat mymakefile
foo := $(info aninfomessage)
bar := $(warning awarningmessage)
baz := $(error anerrormessage)

all:
> make -f mymakefile
mymakefile:2: awarningmessage
mymakefile:3: *** anerrormessage.  Stop.

The $(info) construct prints nothing when used by itself, either:

> cat anothermakefile
foo := $(info aninfomessage)

all:
> make -f anothermakefile
make: Nothing to be done for `all'.






    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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