Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib Find a bunch of places where we call "make" and repl...
details: https://anonhg.NetBSD.org/src/rev/c02803351076
branches: trunk
changeset: 498462:c02803351076
user: garbled <garbled%NetBSD.org@localhost>
date: Thu Oct 26 04:53:56 2000 +0000
description:
Find a bunch of places where we call "make" and replace it with ${MAKE}
diffstat:
distrib/alpha/Makefile | 10 +++++-----
distrib/evbsh3/rom/ramdiskeb/Makefile | 4 ++--
distrib/evbsh3/rom/ramdiskel/Makefile | 4 ++--
distrib/sparc/ramdisk/Makefile | 4 ++--
distrib/sparc64/ramdisk/Makefile | 4 ++--
5 files changed, 13 insertions(+), 13 deletions(-)
diffs (96 lines):
diff -r ab1b1cbe16f6 -r c02803351076 distrib/alpha/Makefile
--- a/distrib/alpha/Makefile Thu Oct 26 03:59:28 2000 +0000
+++ b/distrib/alpha/Makefile Thu Oct 26 04:53:56 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/09/12 17:21:44 matt Exp $
+# $NetBSD: Makefile,v 1.9 2000/10/26 04:53:56 garbled Exp $
.include <bsd.own.mk> # Use /etc/mk.conf.
@@ -13,10 +13,10 @@
@echo setenv RELEASEDIR first
@false
.else
-CDHDTAPEOBJ != cd ${.CURDIR}/instkernel/cd-hd-tape; make print-objdir
-FDSETOBJ != cd ${.CURDIR}/instkernel/fdset; make print-objdir
-INSTKERNOBJ != cd ${.CURDIR}/instkernel/instkernel; make print-objdir
-GENERICOBJ != cd ${.CURDIR}/floppy-GENERIC; make print-objdir
+CDHDTAPEOBJ != cd ${.CURDIR}/instkernel/cd-hd-tape; ${MAKE} print-objdir
+FDSETOBJ != cd ${.CURDIR}/instkernel/fdset; ${MAKE} print-objdir
+INSTKERNOBJ != cd ${.CURDIR}/instkernel/instkernel; ${MAKE} print-objdir
+GENERICOBJ != cd ${.CURDIR}/floppy-GENERIC; ${MAKE} print-objdir
release:
.for i in floppy diskimage instkernel tapeimage
diff -r ab1b1cbe16f6 -r c02803351076 distrib/evbsh3/rom/ramdiskeb/Makefile
--- a/distrib/evbsh3/rom/ramdiskeb/Makefile Thu Oct 26 03:59:28 2000 +0000
+++ b/distrib/evbsh3/rom/ramdiskeb/Makefile Thu Oct 26 04:53:56 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/09/18 07:21:02 msaitoh Exp $
+# $NetBSD: Makefile,v 1.2 2000/10/26 04:53:57 garbled Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -67,7 +67,7 @@
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
PATH=/usr/local/sh-evbsh3112-netbsdcoff/bin:${PATH} \
- make -f ${CBIN}.mk all
+ ${MAKE} -f ${CBIN}.mk all
# This is listed in stonebin.conf but is built here.
#${CBIN}: libhack.o
diff -r ab1b1cbe16f6 -r c02803351076 distrib/evbsh3/rom/ramdiskel/Makefile
--- a/distrib/evbsh3/rom/ramdiskel/Makefile Thu Oct 26 03:59:28 2000 +0000
+++ b/distrib/evbsh3/rom/ramdiskel/Makefile Thu Oct 26 04:53:56 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/09/18 07:21:02 msaitoh Exp $
+# $NetBSD: Makefile,v 1.2 2000/10/26 04:53:57 garbled Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -67,7 +67,7 @@
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
PATH=/usr/local/shel-evbsh3112-netbsdcoff/bin:${PATH} \
- make -f ${CBIN}.mk all
+ ${MAKE} -f ${CBIN}.mk all
# This is listed in stonebin.conf but is built here.
#${CBIN}: libhack.o
diff -r ab1b1cbe16f6 -r c02803351076 distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile Thu Oct 26 03:59:28 2000 +0000
+++ b/distrib/sparc/ramdisk/Makefile Thu Oct 26 04:53:56 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2000/10/20 11:56:58 pk Exp $
+# $NetBSD: Makefile,v 1.22 2000/10/26 04:53:57 garbled Exp $
#
# ramdisk.fs is the microroot filesystem intended for use with
# the INSTALL kernel. It provides just enough tools to extract the
@@ -62,7 +62,7 @@
awk -f ${MINIROOT}/makeconf.awk CBIN=${CBIN} ${.CURDIR}/${LISTS} > ${CBIN}.conf
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
- make -f ${CBIN}.mk all
+ ${MAKE} -f ${CBIN}.mk all
# This is listed in ramdiskbin.conf but is built here.
${CBIN}: libhack.o
diff -r ab1b1cbe16f6 -r c02803351076 distrib/sparc64/ramdisk/Makefile
--- a/distrib/sparc64/ramdisk/Makefile Thu Oct 26 03:59:28 2000 +0000
+++ b/distrib/sparc64/ramdisk/Makefile Thu Oct 26 04:53:56 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/08/20 14:46:03 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2000/10/26 04:53:57 garbled Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${TOP}/../miniroot
@@ -88,7 +88,7 @@
crunchgen -D ${SRCROOT} -L ${DESTDIR}/usr/lib ${.ALLSRC}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
- make -f ${CBIN}.mk all
+ ${MAKE} -f ${CBIN}.mk all
# This is listed in ramdiskbin.conf but is built here.
${CBIN}: libhack.o
Home |
Main Index |
Thread Index |
Old Index