Prepend ${_TOOL_PREFIX} to xz, too.
This commit is contained in:
parent
ce4508b239
commit
531981e6f3
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: bsd.own.mk,v 1.1083 2018/11/15 09:23:50 martin Exp $
|
# $NetBSD: bsd.own.mk,v 1.1084 2018/11/19 20:00:28 aymeric Exp $
|
||||||
|
|
||||||
# This needs to be before bsd.init.mk
|
# This needs to be before bsd.init.mk
|
||||||
.if defined(BSD_MK_COMPAT_FILE)
|
.if defined(BSD_MK_COMPAT_FILE)
|
||||||
|
@ -420,7 +420,7 @@ TOOL_NCDCS= ${TOOLDIR}/bin/${_TOOL_PREFIX}ibmnws-ncdcs
|
||||||
TOOL_PAX= ${TOOLDIR}/bin/${_TOOL_PREFIX}pax
|
TOOL_PAX= ${TOOLDIR}/bin/${_TOOL_PREFIX}pax
|
||||||
TOOL_PIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}pic
|
TOOL_PIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}pic
|
||||||
TOOL_PIGZ= ${TOOLDIR}/bin/${_TOOL_PREFIX}pigz
|
TOOL_PIGZ= ${TOOLDIR}/bin/${_TOOL_PREFIX}pigz
|
||||||
TOOL_XZ= ${TOOLDIR}/bin/xz
|
TOOL_XZ= ${TOOLDIR}/bin/${_TOOL_PREFIX}xz
|
||||||
TOOL_PKG_CREATE= ${TOOLDIR}/bin/${_TOOL_PREFIX}pkg_create
|
TOOL_PKG_CREATE= ${TOOLDIR}/bin/${_TOOL_PREFIX}pkg_create
|
||||||
TOOL_POWERPCMKBOOTIMAGE=${TOOLDIR}/bin/${_TOOL_PREFIX}powerpc-mkbootimage
|
TOOL_POWERPCMKBOOTIMAGE=${TOOLDIR}/bin/${_TOOL_PREFIX}powerpc-mkbootimage
|
||||||
TOOL_PWD_MKDB= ${TOOLDIR}/bin/${_TOOL_PREFIX}pwd_mkdb
|
TOOL_PWD_MKDB= ${TOOLDIR}/bin/${_TOOL_PREFIX}pwd_mkdb
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.1 2018/09/25 05:42:08 joerg Exp $
|
# $NetBSD: Makefile,v 1.2 2018/11/19 20:00:28 aymeric Exp $
|
||||||
|
|
||||||
HOSTPROG= xz
|
HOSTPROG= ${_TOOL_PREFIX}xz
|
||||||
HOST_SRCDIR= external/public-domain/xz/bin/xz
|
HOST_SRCDIR= external/public-domain/xz/bin/xz
|
||||||
|
|
||||||
.include "${.PARSEDIR}/../xz-include/Makefile.inc"
|
.include "${.PARSEDIR}/../xz-include/Makefile.inc"
|
||||||
|
|
Loading…
Reference in New Issue