Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.mac68k Pass ${MAKEFLAGS} to all recursive invocation...
details: https://anonhg.NetBSD.org/src/rev/fe09b9e753ad
branches: trunk
changeset: 487689:fe09b9e753ad
user: fredb <fredb%NetBSD.org@localhost>
date: Sun Jun 11 13:01:29 2000 +0000
description:
Pass ${MAKEFLAGS} to all recursive invocations of ${MAKE}.
diffstat:
etc/etc.mac68k/Makefile.inc | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r b0a28c85bd4a -r fe09b9e753ad etc/etc.mac68k/Makefile.inc
--- a/etc/etc.mac68k/Makefile.inc Sun Jun 11 11:35:18 2000 +0000
+++ b/etc/etc.mac68k/Makefile.inc Sun Jun 11 13:01:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2000/05/31 15:45:55 fredb Exp $
+# $NetBSD: Makefile.inc,v 1.6 2000/06/11 13:01:29 fredb Exp $
#
# mac68k-specific release building goo
#
@@ -15,15 +15,15 @@
snap_md_post:
.ifndef UPDATE
- cd ${.CURDIR}/../distrib/mac68k/instkernel/ramdisk && ${MAKE} clean
+ cd ${.CURDIR}/../distrib/mac68k/instkernel/ramdisk && ${MAKE} ${MAKEFLAGS} clean
.endif
- cd ${.CURDIR}/../distrib/mac68k/instkernel/ramdisk && ${MAKE}
+ cd ${.CURDIR}/../distrib/mac68k/instkernel/ramdisk && ${MAKE} ${MAKEFLAGS}
.ifndef UPDATE
- cd ${.CURDIR}/../distrib/mac68k/instkernel/instkernel && ${MAKE} clean
+ cd ${.CURDIR}/../distrib/mac68k/instkernel/instkernel && ${MAKE} ${MAKEFLAGS} clean
.endif
.for k in ${BUILD_KERNELS}
cd ${.CURDIR}/../distrib/mac68k/instkernel/instkernel && \
- ${MAKE} INSTALL_KERNEL=${k} && ${MAKE} release INSTALL_KERNEL=${k}
+ ${MAKE} ${MAKEFLAGS} INSTALL_KERNEL=${k} && ${MAKE} ${MAKEFLAGS} release INSTALL_KERNEL=${k}
.endfor
- cd ${.CURDIR}/../distrib/notes && ${MAKE} && ${MAKE} release
+ cd ${.CURDIR}/../distrib/notes && ${MAKE} ${MAKEFLAGS} && ${MAKE} ${MAKEFLAGS} release
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/instkernel
Home |
Main Index |
Thread Index |
Old Index