Subject: Another use of make instead of ${MAKE}
To: None <current-users@netbsd.org, port-vax@netbsd.org>
From: Olaf Seibert <rhialto@polderland.nl>
List: port-vax
Date: 04/08/2001 13:32:14
Index: Makefile.inc
===================================================================
RCS file: /cvsroot/basesrc/distrib/vax/inst-common/Makefile.inc,v
retrieving revision 1.9
diff -u -r1.9 Makefile.inc
--- Makefile.inc 2000/11/01 07:58:01 1.9
+++ Makefile.inc 2001/04/08 10:57:37
@@ -48,7 +48,7 @@
vnconfig -u ${VND_DEV}
edlabel copy xxboot boot:
- (cd /sys/arch/vax/boot;make)
+ (cd /sys/arch/vax/boot; ${MAKE})
cp /sys/arch/vax/boot/edlabel .
cp /sys/arch/vax/boot/copy .
cp /sys/arch/vax/boot/xxboot .
Index: ./x68k/floppies/inst/Makefile
===================================================================
RCS file: /cvsroot/basesrc/distrib/x68k/floppies/inst/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 2000/11/28 03:03:27 1.5
+++ Makefile 2001/04/08 11:11:45
@@ -4,7 +4,7 @@
SRCS=
MKMAN= no
-RAMDISKDIR!= cd ${.CURDIR}/../ramdisk.sysinst ; make print-objdir
+RAMDISKDIR!= cd ${.CURDIR}/../ramdisk.sysinst ; ${MAKE} print-objdir
inst.fs.gz: inst.fs
gzip -9vc inst.fs > ${.TARGET}
@@ -15,7 +15,7 @@
CLEANFILES+= inst.fs
${RAMDISKDIR}/ramdisk.fs:
- cd ${.CURDIR}/../ramdisk.sysinst ; make
+ cd ${.CURDIR}/../ramdisk.sysinst ; ${MAKE}
release:
-mkdir -p ${RELEASEDIR}/installation/floppy