Deleted Added
full compact
NOTES (46806) NOTES (46840)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.594 1999/05/06 18:08:23 peter Exp $
5# $Id: LINT,v 1.595 1999/05/09 16:45:56 phk Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 18 unchanged lines hidden (view full) ---

32# The `makeoptions' parameter allows variables to be passed to the
33# generated Makefile in the build area. DEBUG happens to be magic.
34# The following is equivalent to 'config -g KERNELNAME' and creates
35# 'kernel.debug' compiled with -g debugging as well as a normal
36# 'kernel'. Use 'make install.debug' to install the debug kernel
37# but that isn't normally necessary as the debug symbols are not loaded
38# by the kernel and are not useful there anyway.
39#
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 18 unchanged lines hidden (view full) ---

32# The `makeoptions' parameter allows variables to be passed to the
33# generated Makefile in the build area. DEBUG happens to be magic.
34# The following is equivalent to 'config -g KERNELNAME' and creates
35# 'kernel.debug' compiled with -g debugging as well as a normal
36# 'kernel'. Use 'make install.debug' to install the debug kernel
37# but that isn't normally necessary as the debug symbols are not loaded
38# by the kernel and are not useful there anyway.
39#
40# KERNEL can be overridden so that you can change the default name of your
41# kernel.
42#
40#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
43#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
44#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo"
41
42#
43# Certain applications can grow to be larger than the 128M limit
44# that FreeBSD initially imposes. Below are some options to
45# allow that limit to grow to 256MB, and can be increased further
46# with changing the parameters. MAXDSIZ is the maximum that the
47# limit can be set to, and the DFLDSIZ is the default value for
48# the limit. You might want to set the default lower than the

--- 2081 unchanged lines hidden ---
45
46#
47# Certain applications can grow to be larger than the 128M limit
48# that FreeBSD initially imposes. Below are some options to
49# allow that limit to grow to 256MB, and can be increased further
50# with changing the parameters. MAXDSIZ is the maximum that the
51# limit can be set to, and the DFLDSIZ is the default value for
52# the limit. You might want to set the default lower than the

--- 2081 unchanged lines hidden ---