Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example

This commit is contained in:
Marc G. Fournier 1997-03-30 23:43:41 +00:00
parent f457e46e0d
commit 30d23e30a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24422
3 changed files with 15 additions and 3 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: