Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the

target strip. Don't pass down strip as it is not needed any longer.
This commit is contained in:
joerg 2007-07-03 16:29:24 +00:00
parent 84c48917b8
commit dbfc63fcce
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.495 2007/04/08 09:35:51 scw Exp $
# $NetBSD: bsd.own.mk,v 1.496 2007/07/03 16:29:24 joerg Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -199,7 +199,7 @@ HOST_MKDEP= ${TOOLDIR}/bin/${_TOOL_PREFIX}host-mkdep
DBSYM= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-dbsym
ELF2ECOFF= ${TOOLDIR}/bin/${_TOOL_PREFIX}mips-elf2ecoff
INSTALL= STRIP=${STRIP:Q} ${TOOLDIR}/bin/${_TOOL_PREFIX}install
INSTALL= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install
LEX= ${TOOLDIR}/bin/${_TOOL_PREFIX}lex
LINT= CC=${CC:Q} ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-lint
LORDER= NM=${NM:Q} MKTEMP=${TOOL_MKTEMP:Q} ${TOOLDIR}/bin/${_TOOL_PREFIX}lorder

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2007/06/28 19:05:55 joerg Exp $
# $NetBSD: Makefile,v 1.7 2007/07/03 16:29:24 joerg Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}install
HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-install
HOST_SRCDIR= usr.bin/xinstall
CPPFLAGS+= -I${.CURDIR}/../compat/sys
CPPFLAGS+= -DTARGET_STRIP=\"${STRIP}\"