Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2012 20:43:13 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242522 - head
Message-ID:  <201211032043.qA3KhDUj040970@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211032043.qA3KhDUj040970>