diff options
author | scrappy <scrappy@FreeBSD.org> | 1997-03-31 05:26:39 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1997-03-31 05:26:39 +0000 |
commit | ddb46bb17f257b5d8324357d56089192539b66f3 (patch) | |
tree | 2ea0206538accec1a4273562d32c78b44aff4c17 | |
parent | 7ee566c897cf766012427578ed33acd7d34f9e22 (diff) | |
download | FreeBSD-src-ddb46bb17f257b5d8324357d56089192539b66f3.zip FreeBSD-src-ddb46bb17f257b5d8324357d56089192539b66f3.tar.gz |
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 :(
-rw-r--r-- | etc/defaults/make.conf | 7 | ||||
-rw-r--r-- | etc/make.conf | 7 | ||||
-rw-r--r-- | share/examples/etc/make.conf | 7 |
3 files changed, 3 insertions, 18 deletions
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: # diff --git a/etc/make.conf b/etc/make.conf index b938062..f0bb9e8 100644 --- a/etc/make.conf +++ b/etc/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: # diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index b938062..f0bb9e8 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/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: # |