Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2016 20:57:12 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295413 - head/sys/conf
Message-ID:  <201602082057.u18KvCP7034048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Feb  8 20:57:12 2016
New Revision: 295413
URL: https://svnweb.freebsd.org/changeset/base/295413

Log:
  kmod.mk: Support a beforebuild target such as bsd.prog.mk has.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/conf/kmod.mk

Modified: head/sys/conf/kmod.mk
==============================================================================
--- head/sys/conf/kmod.mk	Mon Feb  8 20:21:07 2016	(r295412)
+++ head/sys/conf/kmod.mk	Mon Feb  8 20:57:12 2016	(r295413)
@@ -249,7 +249,8 @@ _ILINKS+=x86
 .endif
 CLEANFILES+=${_ILINKS}
 
-all: objwarn ${PROG}
+all: beforebuild .WAIT ${PROG}
+beforebuild: objwarn
 
 beforedepend: ${_ILINKS}
 



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