Add a commented-out example on using the makeoptions command to get a

kernel.debug.
This commit is contained in:
Peter Wemm 1999-04-13 20:59:36 +00:00
parent b9da114482
commit 112904833c
2 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.157 1999/04/11 20:53:50 n_hibma Exp $
# $Id: GENERIC,v 1.158 1999/04/13 19:38:09 peter Exp $
machine "i386"
cpu "I386_CPU"
@ -21,6 +21,8 @@ cpu "I686_CPU"
ident GENERIC
maxusers 32
#makeoptions DEBUG="-g" #Build kernel with gdb(1) debug symbols
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.157 1999/04/11 20:53:50 n_hibma Exp $
# $Id: GENERIC,v 1.158 1999/04/13 19:38:09 peter Exp $
machine "i386"
cpu "I386_CPU"
@ -21,6 +21,8 @@ cpu "I686_CPU"
ident GENERIC
maxusers 32
#makeoptions DEBUG="-g" #Build kernel with gdb(1) debug symbols
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem