Remove old reference to needing 'make clean' for QUOTAS - that is no

longer correct.
This commit is contained in:
Eivind Eklund 1999-03-16 16:27:46 +00:00
parent d99434fb80
commit 495967e4b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44803
3 changed files with 6 additions and 15 deletions

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.567 1999/03/13 13:20:59 joerg Exp $
# $Id: LINT,v 1.568 1999/03/16 13:34:01 sos Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -581,10 +581,7 @@ options EXPORTMFS
# Allow this many swap-devices.
options NSWAPDEV=20
# Disk quotas are supported when this option is enabled. If you
# change the value of this option, you must do a `make clean' in your
# kernel compile directory in order to get a working kernel.
#
# Disk quotas are supported when this option is enabled.
options QUOTA #enable disk quotas
# Add more checking code to various filesystems

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.567 1999/03/13 13:20:59 joerg Exp $
# $Id: LINT,v 1.568 1999/03/16 13:34:01 sos Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -581,10 +581,7 @@ options EXPORTMFS
# Allow this many swap-devices.
options NSWAPDEV=20
# Disk quotas are supported when this option is enabled. If you
# change the value of this option, you must do a `make clean' in your
# kernel compile directory in order to get a working kernel.
#
# Disk quotas are supported when this option is enabled.
options QUOTA #enable disk quotas
# Add more checking code to various filesystems

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.567 1999/03/13 13:20:59 joerg Exp $
# $Id: LINT,v 1.568 1999/03/16 13:34:01 sos Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -581,10 +581,7 @@ options EXPORTMFS
# Allow this many swap-devices.
options NSWAPDEV=20
# Disk quotas are supported when this option is enabled. If you
# change the value of this option, you must do a `make clean' in your
# kernel compile directory in order to get a working kernel.
#
# Disk quotas are supported when this option is enabled.
options QUOTA #enable disk quotas
# Add more checking code to various filesystems