From ddb46bb17f257b5d8324357d56089192539b66f3 Mon Sep 17 00:00:00 2001 From: scrappy Date: Mon, 31 Mar 1997 05:26:39 +0000 Subject: Remove MAKEFLAGS example from /etc/make.conf... Bruce points out that it breaks things if someone doesn't do a 'make depend', but I just found out that it breaks 'make depend' itself :( --- etc/defaults/make.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'etc/defaults') diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index b938062..f0bb9e8 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.44 1997/03/25 00:04:33 joerg Exp $ +# $Id: make.conf,v 1.45 1997/03/30 23:43:41 scrappy Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -30,11 +30,6 @@ # #WANT_CSRG_LIBM= yes # -# The following entry tends to be more useful on faster machines, since it -# allows for 'parallel' compiling of the source trees -# -#MAKEFLAGS= -j3 -# # If you do not want unformatted manual pages to be compressed # when they are installed: # -- cgit v1.1