summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2012-11-03 20:43:12 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2012-11-03 20:43:12 +0000
commit3c4ee57d9453563e5f318c01042a337c29b5dae8 (patch)
tree48ad58df27fab0d11f6db62b6291cf1f63b55e0f /Makefile
parent87ae2c7848f3178cfd3660811d7e7f6b28fc2353 (diff)
downloadsrc-test-3c4ee57d9453563e5f318c01042a337c29b5dae8.tar.gz
src-test-3c4ee57d9453563e5f318c01042a337c29b5dae8.zip
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.
Notes
Notes: svn path=/head/; revision=242522
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d070ee8417b2..412b902430923 100644
--- a/Makefile
+++ b/Makefile
@@ -443,3 +443,6 @@ universe_epilogue:
fi
.endif
.endif
+
+buildLINT:
+ ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT