Re: make -j

[ Available lists | Index of freebsd-stable | Month of Dec 2000 | Week of 19 Dec 2000 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Igor Robul <igor@raduga.dyndns.org>
Date
19 Dec 2000 00:36:50
Subject
Re: make -j
Message-ID
20001219111111.A1090@linux.rainbow

Referenced by

[ Hide this part ]
On Mon, Dec 18, 2000 at 10:16:13AM -0800, Alfred Perlstein wrote:
> > in make.conf, so I don't issue `make -j n' all the time, but simply type
> > in `make target' and all my options would come in play?
>
> Not that I know of.
alias make make -j2
in your ~/.cshrc
or
alias make="make -j2"
in .bashrc for example.

--
Igor Robul, Unix System Administrator & Programmer @ sanatorium "Raduga",
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=304744


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Elapsed time: 0.127 seconds