summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>1997-03-30 23:43:41 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>1997-03-30 23:43:41 +0000
commit30d23e30a7a7005ac853a446e4186642f5d130ba (patch)
tree42635a087c2964814b9ebc202d6a4d0c3e6e11b9
parentf457e46e0d04200a472aa46f0024df583fe7c992 (diff)
Notes
-rw-r--r--etc/defaults/make.conf6
-rw-r--r--etc/make.conf6
-rw-r--r--share/examples/etc/make.conf6
3 files changed, 15 insertions, 3 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 23ac16b24eb3..b93806295051 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.43 1997/02/23 09:20:41 peter Exp $
+# $Id: make.conf,v 1.44 1997/03/25 00:04:33 joerg 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,6 +30,10 @@
#
#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 23ac16b24eb3..b93806295051 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.43 1997/02/23 09:20:41 peter Exp $
+# $Id: make.conf,v 1.44 1997/03/25 00:04:33 joerg 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,6 +30,10 @@
#
#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 23ac16b24eb3..b93806295051 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.43 1997/02/23 09:20:41 peter Exp $
+# $Id: make.conf,v 1.44 1997/03/25 00:04:33 joerg 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,6 +30,10 @@
#
#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: