From owner-cvs-etc Sun Mar 30 20:01:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA11695 for cvs-etc-outgoing; Sun, 30 Mar 1997 20:01:12 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA11683; Sun, 30 Mar 1997 20:01:07 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id NAA26281; Mon, 31 Mar 1997 13:58:11 +1000 Date: Mon, 31 Mar 1997 13:58:11 +1000 From: Bruce Evans Message-Id: <199703310358.NAA26281@godzilla.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 Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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