bug-make
[Top][All Lists]
Advanced

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

[bug #35062] Add lazy evaluation of prerequisites


From: Paul D. Smith
Subject: [bug #35062] Add lazy evaluation of prerequisites
Date: Wed, 14 Dec 2011 01:38:19 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24

Update of bug #35062 (project make):

                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Sorry but this would completely change make in a way that's massively
incompatible... and confusing.

For example, today if you say:

PRE = foo
all: $(PRE)
PRE = bar
all: $(PRE)

foo bar: ; @echo $@


You'll see "foo" then "bar".  With your suggested change you would see just
"bar" (no "foo").

This is such a complete abrogation of the historical behavior of make that I
don't think it's appropriate, even as an option (especially since it would be
an enormous amount of work to implement).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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