My latest idea was using the following:
alias make="make -j5" emerge <program>
Question: would emerge really use the alias (not calling make by specifying a full qualified path),
don't know, as u thing ... it depend's on fact how it is called, but merege inherits PATH variable, so there is no need to call it by full path ... u have to check it
and how to remove the alias after the package has been compiled (using /bin/bash) ?
I have this proposal: write a small script "my-emerge" with this contents:
alias make="make -j5" emerge $*
Running it, new copy of shell is started and alias is set, when it finish, alias disapeares ...
noro
-- [EMAIL PROTECTED] mailing list
