Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/mac68k/instkernel/ramdisk Expand NOTESOBJDIR only once.



details:   https://anonhg.NetBSD.org/src/rev/0d116c96ffbc
branches:  trunk
changeset: 487687:0d116c96ffbc
user:      fredb <fredb%NetBSD.org@localhost>
date:      Sun Jun 11 11:06:24 2000 +0000

description:
Expand NOTESOBJDIR only once.

diffstat:

 distrib/mac68k/instkernel/ramdisk/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 7e571450c3f8 -r 0d116c96ffbc distrib/mac68k/instkernel/ramdisk/Makefile
--- a/distrib/mac68k/instkernel/ramdisk/Makefile        Sun Jun 11 10:56:16 2000 +0000
+++ b/distrib/mac68k/instkernel/ramdisk/Makefile        Sun Jun 11 11:06:24 2000 +0000
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.5 2000/05/02 16:06:50 sjg Exp $
+#      $NetBSD: Makefile,v 1.6 2000/06/11 11:06:24 fredb Exp $
 
-NOTESOBJDIR!=cd ${.CURDIR}/../../../notes/mac68k; ${MAKE} -V .OBJDIR
+.ifndef NOTESOBJDIR
+NOTESOBJDIR!=cd ${.CURDIR}/../../../notes/mac68k; ${MAKE} ${MAKEFLAGS} -V .OBJDIR
+.endif
 
 TOP=           ${.CURDIR}/..
 
@@ -44,7 +46,7 @@
        -/bin/rm -f ${IMAGE}
 
 notes:
-       cd ${.CURDIR}/../../../notes/mac68k; ${MAKE} INSTALL.more && \
+       cd ${.CURDIR}/../../../notes/mac68k; ${MAKE} ${MAKEFLAGS} INSTALL.more && \
            cp ${NOTESOBJDIR}/INSTALL.more ${.OBJDIR}
 
 ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}



Home | Main Index | Thread Index | Old Index