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/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make