Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/macppc Pullup 1.5 [releng] and 1.6 [matt]:
details: https://anonhg.NetBSD.org/src/rev/5ba685415c32
branches: netbsd-1-5
changeset: 490179:5ba685415c32
user: tv <tv%NetBSD.org@localhost>
date: Thu Nov 09 23:52:37 2000 +0000
description:
Pullup 1.5 [releng] and 1.6 [matt]:
Fix ${.CURDIR} and ${MAKE}.
diffstat:
distrib/macppc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r a3ee5499323d -r 5ba685415c32 distrib/macppc/Makefile
--- a/distrib/macppc/Makefile Thu Nov 09 23:48:56 2000 +0000
+++ b/distrib/macppc/Makefile Thu Nov 09 23:52:37 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3.2.1 2000/06/23 18:01:14 matt Exp $
+# $NetBSD: Makefile,v 1.3.2.2 2000/11/09 23:52:37 tv Exp $
.include <bsd.own.mk> # Use /etc/mk.conf.
@@ -15,8 +15,8 @@
@echo setenv RELEASEDIR first
@false
.else
-BOOTFLOPOBJ != cd floppies/bootfloppy; make print-objdir
-BOOTOBJ != cd ${.CURDIR}/../../sys/arch/macppc/stand/ofwboot; make print-objdir
+BOOTFLOPOBJ != cd ${.CURDIR}/floppies/bootfloppy; ${MAKE} print-objdir
+BOOTOBJ != cd ${.CURDIR}/../../sys/arch/macppc/stand/ofwboot; ${MAKE} print-objdir
release:
${IINST} ${BOOTOBJ}/ofwboot.elf ${ITARGET}/
Home |
Main Index |
Thread Index |
Old Index