From 21e9386c5c5a2c522efb64b362ce529279bc23d0 Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 7 Mar 2002 01:58:30 +0000 Subject: [PATCH] remove some unnnecessary variable assignments, and use ${NM} instead of nm --- distrib/alpha/instkernel/instkernel/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/distrib/alpha/instkernel/instkernel/Makefile b/distrib/alpha/instkernel/instkernel/Makefile index e014b3c5e2d9..12cced20042b 100644 --- a/distrib/alpha/instkernel/instkernel/Makefile +++ b/distrib/alpha/instkernel/instkernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/03/05 21:23:28 thorpej Exp $ +# $NetBSD: Makefile,v 1.17 2002/03/07 01:58:30 lukem Exp $ .include "../../../../Makefile.inc" .include @@ -6,14 +6,12 @@ RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} RAMDISK= ${RAMDISKDIR}/ramdisk.fs -MDSETIMAGE?= mdsetimage KERNEL?=${KERNOBJDIR}/INSTALL/netbsd -STRIP?= strip # make STRIP=echo can be useful all: cp ${KERNEL} netbsd ${MDSETIMAGE} -v netbsd ${RAMDISK} - nm netbsd > netbsd.symbols + ${NM} netbsd > netbsd.symbols ${STRIP} netbsd gzip -9f netbsd