Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 1997 13:58:11 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-etc@freefall.freebsd.org, scrappy@freefall.freebsd.org
Subject:   Re: cvs commit:  src/etc make.conf
Message-ID:  <199703310358.NAA26281@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    etc       make.conf
>  Log:
>  Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example

It's too broken to put there.  Try `cd /usr/src/bin/sh; make clean; 
make -j3'.  This fails messily.  It works if `make -j3 depend' is run
before `make -j3'.  This is probably a bug in the dependencies in
sh/Makefile.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703310358.NAA26281>