svn commit: r242522 - head

Marcel Moolenaar marcel at FreeBSD.org
Sat Nov 3 20:43:13 UTC 2012


Author: marcel
Date: Sat Nov  3 20:43:12 2012
New Revision: 242522
URL: http://svn.freebsd.org/changeset/base/242522

Log:
  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.

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Sat Nov  3 19:26:08 2012	(r242521)
+++ head/Makefile	Sat Nov  3 20:43:12 2012	(r242522)
@@ -443,3 +443,6 @@ universe_epilogue:
 	fi
 .endif
 .endif
+
+buildLINT:
+	${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT


More information about the svn-src-head mailing list