bug-make
[Top][All Lists]
Advanced

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

[bugs #7310] comments are not ignored in $(call) /$(eval)


From: Boris Kolpackov
Subject: [bugs #7310] comments are not ignored in $(call) /$(eval)
Date: Sat, 17 Jan 2004 23:43:56 -0600
User-agent: Mutt/1.5.4i

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7310>
Project: make
Submitted by: Boris Kolpackov
On: Sun 01/18/04 at 05:36

Severity:  5 - Average
Item Group:  Bug
Resolution:  None
Assigned to:  None
Status:  Open
Component Version:  CVS
Platform Version:  Any
Fixed Release:  None


Summary:  comments are not ignored in $(call) /$(eval)

Original Submission:  $ cat > comment 

define foo
#$(warning $(1))
endef

define bar
$(eval $(call foo,baz))
endef

$(call bar)

$ make -f comment
comment:8: baz
make: *** No targets.  Stop.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7310>

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




----- End forwarded message -----

Attachment: signature.asc
Description: Digital signature


reply via email to

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