Re: Well it compiled - but ...

Date view Thread view Subject view Author view

From: Alexandre Oliva (oliva@dcc.unicamp.br)
Date: Mon Jan 18 1999 - 15:48:20 EST


On Jan 18, 1999, Tim Wilkinson <tim@transvirtual.com> wrote:

> One odd thing however - after I build the sources I did a 'make
> install' and off it went building stuff again

Ok, I figured it out. In the `include' directory, $(KAFFEH_HDRS)
depend on $(KLASSES_JAR). However, they will only be rebuilt if
$(KAFFEH_FOR_BUILD) exists. If not, they'll remain intact.

Then, when you run make again (both check and install depend on all),
$(KAFFEH_FOR_BUILD) will exist, and the header files will be updated,
causing a lot of recompilation.

Assuming we can't build kaffeh before KAFFEH_HDRS are built (can we?),
we should probably just touch KAFFEH_HDRS if they appear to be
out-of-date but no KAFFEH_HDRS exists. If we can build KAFFEH without
KAFFEH_HDRS, though, I'll arrange that we do that.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:46 EDT