bug-make
[Top][All Lists]
Advanced

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

[bug #28983] forcing a target matching a pattern rule shadows the rule's


From: Ilguiz Latypov
Subject: [bug #28983] forcing a target matching a pattern rule shadows the rule's actions
Date: Mon, 22 Feb 2010 21:57:06 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9pre) Gecko/20100219 Shiretoko/3.5.9pre

Follow-up Comment #2, bug #28983 (project make):

Correction: the semicolon at the end of the work-around lines should be
removed because it assigned an empty set of actions to the artificial target. 
GNU make will complain if another rule assigns any actions to the same
target,

.PHONY: foo.o ;

.PHONY: bar.o ;

makefile:XXX: warning: overriding commands for target `.PHONY'


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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