Pass ${MAKEFLAGS} to all recursive invocations of ${MAKE}.

This commit is contained in:
fredb 2000-06-11 13:01:29 +00:00
parent f3534d3bec
commit 9f387ca272
1 changed files with 6 additions and 6 deletions

View File

@ -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 # mac68k-specific release building goo
# #
@ -15,15 +15,15 @@ INSTALLATION_DIRS+= installation/instkernel
snap_md_post: snap_md_post:
.ifndef UPDATE .ifndef UPDATE
cd ${.CURDIR}/../distrib/mac68k/instkernel/ramdisk && ${MAKE} clean cd ${.CURDIR}/../distrib/mac68k/instkernel/ramdisk && ${MAKE} ${MAKEFLAGS} clean
.endif .endif
cd ${.CURDIR}/../distrib/mac68k/instkernel/ramdisk && ${MAKE} cd ${.CURDIR}/../distrib/mac68k/instkernel/ramdisk && ${MAKE} ${MAKEFLAGS}
.ifndef UPDATE .ifndef UPDATE
cd ${.CURDIR}/../distrib/mac68k/instkernel/instkernel && ${MAKE} clean cd ${.CURDIR}/../distrib/mac68k/instkernel/instkernel && ${MAKE} ${MAKEFLAGS} clean
.endif .endif
.for k in ${BUILD_KERNELS} .for k in ${BUILD_KERNELS}
cd ${.CURDIR}/../distrib/mac68k/instkernel/instkernel && \ 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 .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 sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/instkernel