Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 23:20:11 +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: r300798 - head/targets/pseudo/kernel
Message-ID:  <201605262320.u4QNKBUR070018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu May 26 23:20:10 2016
New Revision: 300798
URL: https://svnweb.freebsd.org/changeset/base/300798

Log:
  DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/targets/pseudo/kernel/Makefile

Modified: head/targets/pseudo/kernel/Makefile
==============================================================================
--- head/targets/pseudo/kernel/Makefile	Thu May 26 23:20:07 2016	(r300797)
+++ head/targets/pseudo/kernel/Makefile	Thu May 26 23:20:10 2016	(r300798)
@@ -5,7 +5,7 @@ KERNCONF?= ${KERNEL:UGENERIC}
 
 TARGET?= ${MACHINE}
 # keep this compatible with peoples expectations...
-KERN_OBJDIR= ${OBJTOP}/sys/compile/${KERNCONF}
+KERN_OBJDIR= ${OBJTOP}/sys/${KERNCONF}
 KERN_CONFDIR= ${SRCTOP}/sys/${TARGET}/conf
 
 CONFIG= ${STAGE_HOST_OBJTOP}/usr/sbin/config



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