summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-11-03 20:43:12 +0000
committermarcel <marcel@FreeBSD.org>2012-11-03 20:43:12 +0000
commit05bf457ab4327714f04e143429924752a9cf7088 (patch)
tree48ad58df27fab0d11f6db62b6291cf1f63b55e0f /Makefile
parent0ff26d6efbc1e8f19a745679c774969e9c999a8e (diff)
downloadFreeBSD-src-05bf457ab4327714f04e143429924752a9cf7088.zip
FreeBSD-src-05bf457ab4327714f04e143429924752a9cf7088.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d070ee..412b902 100644
--- a/Makefile
+++ b/Makefile
@@ -443,3 +443,6 @@ universe_epilogue:
fi
.endif
.endif
+
+buildLINT:
+ ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
OpenPOWER on IntegriCloud