summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-26 23:36:59 +0000
committerru <ru@FreeBSD.org>2003-02-26 23:36:59 +0000
commitc51d1047697351c2d3d67d9c005688407cc2da25 (patch)
tree24f5646a6a12f22ba761c4910b02c1dd2fc0fdc8 /sys/pc98/conf/Makefile
parentc350585bc92efaf445e425df456ba5de1113b40d (diff)
downloadFreeBSD-src-c51d1047697351c2d3d67d9c005688407cc2da25.zip
FreeBSD-src-c51d1047697351c2d3d67d9c005688407cc2da25.tar.gz
Implemented "nooption" and "nomakeoption" config(8) tokens.
Fixed memory leak in the "nodevice" option implementation. Use these instead of sed(1) in MD NOTES. Use a single makefile (sys/conf/makeLINT.mk) to generate LINT for all architectures. (Previous versions missed the LINT dependency on Makefile, and i386 version also missed the dependency on ${NOTES}.) Fixed bugs in the previous NOTES conversion using the "nodevice" token and sed(1): - i386 LINT lost "device pst". - pc98 LINT lost SC_*, MAXCONS and KBD_DISABLE_KEYMAP_LOAD options, and got needless DPT_* options. - Added nooptions PPC_DEBUG, PPC_PROBE_CHIPSET, KBD_INSTALL_CDEV to sparc64 LINT so that it has a chance to config(8). This basically returns us to where we were before.
Diffstat (limited to 'sys/pc98/conf/Makefile')
-rw-r--r--sys/pc98/conf/Makefile41
1 files changed, 1 insertions, 40 deletions
diff --git a/sys/pc98/conf/Makefile b/sys/pc98/conf/Makefile
index 76e35a1..2c006e9 100644
--- a/sys/pc98/conf/Makefile
+++ b/sys/pc98/conf/Makefile
@@ -1,42 +1,3 @@
# $FreeBSD$
-all:
- @echo "make LINT only"
-
-clean:
- rm -f 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
+.include "${.CURDIR}/../../conf/makeLINT.mk"
OpenPOWER on IntegriCloud