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

Greg, you observe the effect of make fs cache.
In order to avoid this effect you need to tell make explicitly that c1 is to
be rebuilt when b1 changes.

e.g.

b1: a1
        touch b1
c1: b1
        touch c1
d1: c1
        touch d1


    _______________________________________________________

Reply to this item at:

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

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


Reply via email to