From 3c4ee57d9453563e5f318c01042a337c29b5dae8 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 3 Nov 2012 20:43:12 +0000 Subject: [PATCH] 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. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6d070ee8417b..412b90243092 100644 --- a/Makefile +++ b/Makefile @@ -443,3 +443,6 @@ universe_epilogue: fi .endif .endif + +buildLINT: + ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT