diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-05-26 23:20:10 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-05-26 23:20:10 +0000 |
commit | f25c250595011ace85e318fb2c127d3564b537f1 (patch) | |
tree | 181be53dd58ab2fd96f69464a2ba5b361bd9bd59 /targets | |
parent | 916273957593e9a460a08e855e85f8a756c64f5c (diff) | |
download | FreeBSD-src-f25c250595011ace85e318fb2c127d3564b537f1.zip FreeBSD-src-f25c250595011ace85e318fb2c127d3564b537f1.tar.gz |
DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/kernel/Makefile b/targets/pseudo/kernel/Makefile index e135b22..586e349 100644 --- a/targets/pseudo/kernel/Makefile +++ b/targets/pseudo/kernel/Makefile @@ -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 |