[ILUG] SMP compilation
Raymond Kelly
ray at skynet.ie
Thu Sep 14 20:54:46 IST 2000
Vincent Cunniffe wrote:
>
> Is there any file or environment variable where you can set, for example,
> the -j parameter to be passed to make during compilation?
>
> I have a dual-CPU Celeron machine, and it would be very nice to have a
> setting which would automatically take advantage of this by passing
> something like -j4 to make for every single invocation.
First thing to the back of my doddering head says to try setting an
alias!
alias make 'make -j4' for tcsh or alias make="make -j4" for bash,
there's probably a slicker solution somewhere but that should work
Ray ...
More information about the ILUG
mailing list