bug-make
[Top][All Lists]
Advanced

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

[bug #59490] target may not be remade if prerequisite has no recipe


From: Dmitry Goncharov
Subject: [bug #59490] target may not be remade if prerequisite has no recipe
Date: Fri, 20 Nov 2020 13:48:32 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36

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

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