bug-make
[Top][All Lists]
Advanced

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

[bug #30381] Don't avoid implicit rule recursion quite so soon.


From: Brent Baccala
Subject: [bug #30381] Don't avoid implicit rule recursion quite so soon.
Date: Fri, 30 May 2014 02:58:17 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #15, bug #30381 (project make):

I support this feature.

I just tried to write a makefile that implicitly generates output files from
XML control files, that contain references to other files in the XML.  What I
wanted was this:


define futurebases
   $(shell xmllint --xpath "print(//futurebase/@filename)" $(1))
endef

.SECONDEXPANSION:

%.htb: %.xml $$(call futurebases, %.xml)
        $(HOFFMAN) -g $<


It doesn't work.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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