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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to