This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: making pre-build headers


On 31-Oct-2000, Bruce Korb <bkorb@sco.COM> wrote:

| It is ugly.  Especially
| when the automated dependencies come along and decide
| that your objects depend on mumble.h and mumble.h depends
| on your sources and you modified your sources, so it
| must be time to regenerate the mumble.h and recompile everything.

Isn't that what the move-if-change script is for?  It won't prevent
mumble.h from being created, but it should allow you to avoid
recompiling everything if mumble.h hasn't actually changed.  I find
that this generally works well unless the process to create mumble.h
takes a lot of time.

jwe


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]