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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"