Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/bebox/floppies/kernel use ${PRINTOBJDIR} to find the...
details: https://anonhg.NetBSD.org/src/rev/27e772f7fc3e
branches: trunk
changeset: 761351:27e772f7fc3e
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jan 25 08:19:39 2011 +0000
description:
use ${PRINTOBJDIR} to find the ../kernel-ramdisk/netbsd-INSTALL.gz, don't
depend upon a particular obj setup.
diffstat:
distrib/bebox/floppies/kernel/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b08dd719155b -r 27e772f7fc3e distrib/bebox/floppies/kernel/Makefile
--- a/distrib/bebox/floppies/kernel/Makefile Tue Jan 25 07:17:07 2011 +0000
+++ b/distrib/bebox/floppies/kernel/Makefile Tue Jan 25 08:19:39 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/10/20 02:59:58 kiyohara Exp $
+# $NetBSD: Makefile,v 1.2 2011/01/25 08:19:39 mrg Exp $
#
# Makefile snippet to create a set of USTAR floppies
#
@@ -10,7 +10,8 @@
FLOPPYSIZE= 2880
FLOPPYFILES= netbsd
-FLOPPY_NETBSD= ../kernel-ramdisk/netbsd-INSTALL.gz
+FLOPPYDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
+FLOPPY_NETBSD= ${FLOPPYDIR}/netbsd-INSTALL.gz
FLOPPYPAD= 1
FLOPPYSUFFIX= .fs
Home |
Main Index |
Thread Index |
Old Index