bug-make
[Top][All Lists]
Advanced

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

Re: Make: Unexpected Behavior with Dependencies and include Statement


From: Paul Smith
Subject: Re: Make: Unexpected Behavior with Dependencies and include Statement
Date: Wed, 23 Sep 2015 13:24:08 -0400

On Wed, 2015-09-23 at 12:15 -0500, John Westing wrote:
> So when an include make file gets modified make restarts the original
> make file?

Correct.

> For efficiency I don't want to always create the dependencies, that's
> why I did it this way.

I don't understand what you mean by this... for efficiency (of which, if
you use the advanced method, you gain almost none) you're willing to
have outdated dependency information and thus incorrect builds?  That
doesn't seem like a winning trade-off to me :).

> Is there anyway to disable remaking?

No.  There could be some workaround available to keep make from
remaking, but you'll need to describe to us what you really want to
happen, in detail.  When should these .d files get updated?




reply via email to

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