Follow-up Comment #13, bug #47880 (project make):

> > My opinion is that the users should not have to know this detail.

> I didn't realize you were wearing your 'user' hat! 

My bad. By "users" here (and in other places) i meant make users, people who
write makefiles. In other words, when a user writes a makefile he should not
have to know that

depfiles:=$(obj:.o=.d)
include $(depfiles)

is less efficient than

depfiles:=$(obj:.o=.d)
depfiles:=$(addprefix $(CURDIR)/,$(depfiles))
include $(depfiles)

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?47880>

_______________________________________________
  Сообщение отправлено по Savannah
  https://savannah.gnu.org/


Reply via email to