Interesting (make||make) "issue" with libxml
Hendrik Visage
hvisage at envisage.co.za
Wed Feb 5 22:39:17 GMT 2003
Hi there,
Well yeah, I don't quite know why, but especially
libxml "breaks" for on the first make. My settings
to use ccache distcc and MAKES=4.
What I *HAVE* found is that a double make fixes the problem,
ie. in /var/lib/lunar/subroutines, I change the following
in the default_make function:
< make -j $MAKES &&
> ( make -j $MAKES || make -j $MAKES ) &&
I've found this in several others too, but those I've edited the
BUILD files
Greetz
Hendrik
More information about the Lunar
mailing list