bug-make
[Top][All Lists]
Advanced

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

[bug #35455] “EmptyRecipes” documentation update


From: Simon Wright
Subject: [bug #35455] “EmptyRecipes” documentation update
Date: Mon, 29 Feb 2016 08:32:19 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4

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

Thanks for that. Looking at it, I think the point is that

   foo: bar-stamp

would leave make baffled about how it is supposed to make foo from bar-stamp;
whereas

   foo: bar-stamp ;

means that the way to do it is to do nothing (and rely on the side-effect);
and also that there is now a reason to consider whether foo has changed as a
result of the side-effect. I think this last point is why I needed to make the
change to my Makefiles.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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