summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/conf/Makefile')
-rw-r--r--sys/pc98/conf/Makefile36
1 files changed, 34 insertions, 2 deletions
diff --git a/sys/pc98/conf/Makefile b/sys/pc98/conf/Makefile
index 72308f9..76e35a1 100644
--- a/sys/pc98/conf/Makefile
+++ b/sys/pc98/conf/Makefile
@@ -6,5 +6,37 @@ all:
clean:
rm -f LINT
-LINT: ../../conf/NOTES NOTES ../../conf/makeLINT.sed
- cat ../../conf/NOTES NOTES | sed -E -n -f ../../conf/makeLINT.sed > LINT
+NOTES= ../../conf/NOTES NOTES
+LINT: ${NOTES} ../../conf/makeLINT.sed
+ cat ${NOTES} | sed -E -n -f ../../conf/makeLINT.sed \
+ | sed -e /VGA_DEBUG/d \
+ -e /SC_RENDER_DEBUG/d \
+ -e /SC_DEBUG_LEVEL/d \
+ -e /SC_NO_SUSPEND_VTYSWITCH/d \
+ -e /SC_NO_SYSMOUSE/d \
+ -e /SC_NO_HISTORY/d \
+ -e /SC_NO_FONT_LOADING/d \
+ -e /SC_NO_CUTPASTE/d \
+ -e /SC_TWOBUTTON_MOUSE/d \
+ -e /SC_CUT_SEPCHARS/d \
+ -e /SC_CUT_SPACES2TABS/d \
+ -e /SC_KERNEL_CONS_REV_ATTR/d \
+ -e /SC_KERNEL_CONS_ATTR/d \
+ -e /SC_NORM_REV_ATTR/d \
+ -e /SC_NORM_ATTR/d \
+ -e /SC_PIXEL_MODE/d \
+ -e /SC_MOUSE_CHAR/d \
+ -e /SC_HISTORY_SIZE/d \
+ -e /SC_DISABLE_REBOOT/d \
+ -e /SC_DISABLE_DDBKEY/d \
+ -e /SC_DFLT_FONT/d \
+ -e /SC_ALT_MOUSE_IMAGE/d \
+ -e /MAXCONS/d \
+ -e /VGA_WIDTH90/d \
+ -e /VGA_SLOW_IOACCESS/d \
+ -e /VGA_ALT_SEQACCESS/d \
+ -e /PSM_RESETAFTERSUSPEND/d \
+ -e /PSM_HOOKRESUME/d \
+ -e /KBD_DISABLE_KEYMAP_LOAD/d \
+ -e /ATKBD_DFLT_KEYMAP/d \
+ > LINT
OpenPOWER on IntegriCloud