use simpler MDSET_NOSTRIP= instead of MDSET_NOSTRIP.xxxx=

This commit is contained in:
lukem 2003-10-25 04:39:48 +00:00
parent 20534790da
commit 89f2e609f9
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2003/09/21 15:21:43 matt Exp $
# $NetBSD: Makefile,v 1.13 2003/10/25 04:39:48 lukem Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -9,7 +9,7 @@ RAMDISK= ${RAMDISKDIR}/ramdisk.fs
MDSETTARGETS= INSTALL ${RAMDISK} netbsd.aout-INSTALL
MDSET_RELEASEDIR= binary/kernel
MDSET_NOSTRIP.netbsd.aout-INSTALL= # defined
MDSET_NOSTRIP= # defined
MDSET_POST.netbsd.aout-INSTALL= \
${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs -R .comment \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2002/05/10 02:33:17 lukem Exp $
# $NetBSD: Makefile,v 1.18 2003/10/25 04:39:48 lukem Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -10,8 +10,7 @@ MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL \
INSTALLSBC ${RAMDISK} netbsd-INSTALLSBC
MDSET_RELEASEDIR= installation/instkernel
MDSET_NOSTRIP.netbsd-INSTALL= # defined
MDSET_NOSTRIP.netbsd-INSTALLSBC= # defined
MDSET_NOSTRIP= # defined
.include "${DISTRIBDIR}/common/Makefile.mdset"