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: Reinier Post
Subject: [bug #30381] Don't avoid implicit rule recursion quite so soon.
Date: Wed, 27 Oct 2010 10:05:46 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 GTB7.1

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

I really need this feature with my present set of makefiles, so I've looked
at the code (implicit.c) to see how easy it would be to make the change.  The
main issue is the mixing in struct rule of definition-time information and
inference-time information which makes it difficult to allow the same rule to
be used multiple times in the same inference chain.  This would need to be
split up.  Due to the length of pattern_search() and the number of variables
it uses, I won't attempt a patch at this time.

    _______________________________________________________

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]