summaryrefslogtreecommitdiff
path: root/distrib/hppa/ramdisk/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2008-01-11 10:16:41 +0000
committerMarc Espie <espie@cvs.openbsd.org>2008-01-11 10:16:41 +0000
commit1d45b00dbad6f071a859df121c3940a8e740390d (patch)
tree09f8a46437c751939e0e7697221a9af8e97a8a31 /distrib/hppa/ramdisk/Makefile
parent95dac7edd60246f4cbfef70790e08f46c8031c60 (diff)
cleanup: make -> ${MAKE} consistenly.
zap extra subshells. okay miod@
Diffstat (limited to 'distrib/hppa/ramdisk/Makefile')
-rw-r--r--distrib/hppa/ramdisk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile
index 3a91cbeb784..7383129d669 100644
--- a/distrib/hppa/ramdisk/Makefile
+++ b/distrib/hppa/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2007/06/17 00:28:21 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2008/01/11 10:16:40 espie Exp $
CBIN= instbin
ARCHDIR= ${.CURDIR}/..
@@ -65,7 +65,7 @@ ${CDROM}: bsd ${CDBOOT}
obsd:
cd ${SRCDIR}/sys/arch/${MACHINE}/conf && config ${KERNEL}
cd ${SRCDIR}/sys/arch/${MACHINE}/compile/${KERNEL} && \
- make depend && make clean && make
+ ${MAKE} depend && ${MAKE} clean && ${MAKE}
cp ${SRCDIR}/sys/arch/${MACHINE}/compile/${KERNEL}/bsd obsd
bsd.rd: obsd ${IMAGE} ${RDSETROOT}
@@ -105,7 +105,7 @@ ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CBIN}.conf
${CBIN}.conf
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
- make -f ${CBIN}.mk all
+ ${MAKE} -f ${CBIN}.mk all
clean cleandir:
/bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \