Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2014 22:25:01 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r263952 - head
Message-ID:  <201403302225.s2UMP1Ft013920@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Mar 30 22:25:01 2014
New Revision: 263952
URL: http://svnweb.freebsd.org/changeset/base/263952

Log:
  Move stray targets out of the xdev section.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sun Mar 30 22:24:53 2014	(r263951)
+++ head/Makefile.inc1	Sun Mar 30 22:25:01 2014	(r263952)
@@ -992,6 +992,8 @@ INSTALLKERNEL= ${_kernel}
 .endif
 .endfor
 
+buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE
+
 #
 # buildkernel
 #
@@ -1993,5 +1995,3 @@ _xi-links:
 xdev xdev-build xdev-install:
 	@echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target"
 .endif
-
-buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE



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