summaryrefslogtreecommitdiffstats
path: root/sys/conf/makeLINT.mk
Commit message (Collapse)AuthorAgeFilesLines
* MIPS has lots of flavors as wellimp2010-12-281-1/+1
|
* Unbreak the LINT kernel on powerpc64. Note that the LINT kernelnwhitehorn2010-08-191-0/+3
| | | | | | | configuration is TARGET_ARCH specific and must be generated with TARGET_ARCH set. Reviewed by: imp
* Generate a second LINT configuration for i386 and amd64 inbz2010-01-081-0/+8
| | | | | | | | | | | sys/conf/makeLINT.mk, which includes LINT and sets options VIMAGE so that we will have VIMAGE LINT builds[1]. For now only do it for those two architectures to avoid massive universe times for archs, where people will less likely use VIMAGE or not at all. Requested by: jhb [1] Discussed on/with: arch, jhb, rwatson MFC after: 1 month
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-261-0/+11
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.
OpenPOWER on IntegriCloud