Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/vax Pullup 1.6 and 1.7 [matt]:



details:   https://anonhg.NetBSD.org/src/rev/733bda127518
branches:  netbsd-1-5
changeset: 489933:733bda127518
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Oct 19 14:14:29 2000 +0000

description:
Pullup 1.6 and 1.7 [matt]:
ramdisk-kernel needs ${.CURDIR}; use ${MAKE} instead of make

diffstat:

 distrib/vax/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 1ccf6c5d3454 -r 733bda127518 distrib/vax/Makefile
--- a/distrib/vax/Makefile      Thu Oct 19 14:13:10 2000 +0000
+++ b/distrib/vax/Makefile      Thu Oct 19 14:14:29 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2000/05/31 21:51:27 matt Exp $
+#      $NetBSD: Makefile,v 1.5.2.1 2000/10/19 14:14:29 tv Exp $
 
 .include <bsd.own.mk>          # Use /etc/mk.conf.
 
@@ -15,8 +15,8 @@
        @echo setenv RELEASEDIR first
        @false
 .else
-INSTKERNOBJ != cd ramdisk-kernel; make print-objdir
-BOOTOBJ != cd ${.CURDIR}/../../sys/arch/vax/boot/boot; make print-objdir
+INSTKERNOBJ != cd ${.CURDIR}/ramdisk-kernel; ${MAKE} print-objdir
+BOOTOBJ != cd ${.CURDIR}/../../sys/arch/vax/boot/boot; ${MAKE} print-objdir
 
 release:
        ${IINST} ${BOOTOBJ}/boot.mop ${ITARGET}/netboot/



Home | Main Index | Thread Index | Old Index