Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/mac68k/instkernel/ramdisk Pull up revisions 1.4...
details: https://anonhg.NetBSD.org/src/rev/aa0fd6c73f45
branches: netbsd-1-4
changeset: 470678:aa0fd6c73f45
user: he <he%NetBSD.org@localhost>
date: Tue Jun 27 15:08:06 2000 +0000
description:
Pull up revisions 1.4 and 1.6 (requested by fredb):
Make mac68k ramdisk build with or without obj dirs.
diffstat:
distrib/mac68k/instkernel/ramdisk/Makefile | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 92263c0c72f0 -r aa0fd6c73f45 distrib/mac68k/instkernel/ramdisk/Makefile
--- a/distrib/mac68k/instkernel/ramdisk/Makefile Tue Jun 27 15:02:23 2000 +0000
+++ b/distrib/mac68k/instkernel/ramdisk/Makefile Tue Jun 27 15:08:06 2000 +0000
@@ -1,4 +1,8 @@
-# $NetBSD: Makefile,v 1.1.2.1 2000/01/08 20:17:16 he Exp $
+# $NetBSD: Makefile,v 1.1.2.2 2000/06/27 15:08:06 he Exp $
+
+.ifndef NOTESOBJDIR
+NOTESOBJDIR!=cd ${.CURDIR}/../../../notes/mac68k; ${MAKE} ${MAKEFLAGS} -V .OBJDIR
+.endif
TOP= ${.CURDIR}/..
@@ -41,9 +45,8 @@
-/bin/rm -f ${IMAGE}
notes:
- cd ${.CURDIR}/../../../notes/mac68k && ${MAKE} && \
- cp ${.OBJDIR}/../../../notes/mac68k${__usrobjdirpf}/INSTALL.more \
- ${.OBJDIR}/
+ cd ${.CURDIR}/../../../notes/mac68k; ${MAKE} ${MAKEFLAGS} INSTALL.more && \
+ cp ${NOTESOBJDIR}/INSTALL.more ${.OBJDIR}
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
Home |
Main Index |
Thread Index |
Old Index