From a70be7db9fa7a688ef80d78456a07263ab9feb6a Mon Sep 17 00:00:00 2001 From: gjb Date: Wed, 24 Feb 2016 02:59:14 +0000 Subject: Further subdir-ize WSTAGEDIR and KSTAGEDIR base on the TARGET/TARGET_ARCH value, since there are valid use cases for having multiple on any given system. Sponsored by: The FreeBSD Foundation --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 77f3ca0..19d2bb1 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1364,8 +1364,8 @@ packagekernel: stagekernel: ${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} distributekernel -WSTAGEDIR= ${MAKEOBJDIRPREFIX}${.CURDIR}/worldstage -KSTAGEDIR= ${MAKEOBJDIRPREFIX}${.CURDIR}/kernelstage +WSTAGEDIR= ${MAKEOBJDIRPREFIX}${.CURDIR}/${TARGET}.${TARGET_ARCH}/worldstage +KSTAGEDIR= ${MAKEOBJDIRPREFIX}${.CURDIR}/${TARGET}.${TARGET_ARCH}/kernelstage REPODIR= ${MAKEOBJDIRPREFIX}${.CURDIR}/repo PKGSIGNKEY?= # empty -- cgit v1.1