Add the buildLINT convenience target, handy for build automation.

The automation can set TARGET_ARCH and TARGET and then make various
top-level targets, including buildLINT and buildkernel (with
KERNCONF=LINT). Previously there was no way to generate the LINT
kernel configuration without having to do something exceptionally
painful.
This commit is contained in:
Marcel Moolenaar 2012-11-03 20:43:12 +00:00
parent 87ae2c7848
commit 3c4ee57d94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242522

View file

@ -443,3 +443,6 @@ universe_epilogue:
fi
.endif
.endif
buildLINT:
${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT