svn commit: r300798 - head/targets/pseudo/kernel

Bryan Drewery bdrewery at FreeBSD.org
Thu May 26 23:20:12 UTC 2016


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


More information about the svn-src-all mailing list