On Jul 11, 2005, at 7:32 AM, Henrik Brix Andersen wrote:
On Mon, 2005-07-11 at 14:20 +0200, Diego 'Flameeyes' Pettenò wrote:
Let's see: we already have an emake script, but using it for "make
install" is
a no-go because it uses -jX from make.conf and that's not good.
A solution can be to improve emake wrapper to check if "install"
is in its
commandline, in which case it can automatically add a -j1 to be safe.
What is the problem with using -jX for `make install`?
THink about what happens in most `make install` phases, files get put
in their DESTROOT, and many times permissions are set etc. when its
done in parallel the chances of the makefile trying to operate on non-
existent targets is quite high, and things start to explode.
Regards,
Brix
--
Henrik Brix Andersen <[EMAIL PROTECTED]>
Gentoo Metadistribution | Mobile computing herd
--
gentoo-dev@gentoo.org mailing list