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/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to