Tweak a comment so that it doens't turn into a trigraph if
the config file is included in the kernel source.
This commit is contained in:
parent
cc938a1daf
commit
efde83a1fd
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.179 2002/04/25 15:06:22 atatat Exp $
|
||||
# $NetBSD: GENERIC,v 1.180 2002/05/30 19:45:15 thorpej Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -36,7 +36,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.179 $"
|
||||
#ident "GENERIC-$Revision: 1.180 $"
|
||||
|
||||
#ifdef INSTALL_CONFIGURATION
|
||||
makeoptions COPTS="-Os"
|
||||
@ -203,7 +203,7 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
#options DEBUG # Enable misc. kernel debugging code
|
||||
#options SYSCALL_DEBUG # debug all syscalls.
|
||||
#options SCSIDEBUG # Add SCSI debugging statements
|
||||
#options PANICBUTTON # Forced crash via keypress (???)
|
||||
#options PANICBUTTON # Forced crash via keypress (?)
|
||||
|
||||
#
|
||||
# Amiga specific options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MDINSTALL,v 1.12 2002/04/25 15:06:23 atatat Exp $
|
||||
# $NetBSD: MDINSTALL,v 1.13 2002/05/30 19:45:15 thorpej Exp $
|
||||
|
||||
#
|
||||
# INSTALL kernel for ramdisk installation
|
||||
@ -68,7 +68,7 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
#options DEBUG # Enable misc. kernel debugging code
|
||||
#options SYSCALL_DEBUG # debug all syscalls.
|
||||
#options SCSIDEBUG # Add SCSI debugging statements
|
||||
#options PANICBUTTON # Forced crash via keypress (???)
|
||||
#options PANICBUTTON # Forced crash via keypress (?)
|
||||
|
||||
#
|
||||
# Amiga specific options
|
||||
|
Loading…
Reference in New Issue
Block a user