Module Name:    src
Committed By:   mrg
Date:           Tue Jan 25 08:19:40 UTC 2011

Modified Files:
        src/distrib/bebox/floppies/kernel: Makefile

Log Message:
use ${PRINTOBJDIR} to find the ../kernel-ramdisk/netbsd-INSTALL.gz, don't
depend upon a particular obj setup.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/bebox/floppies/kernel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/bebox/floppies/kernel/Makefile
diff -u src/distrib/bebox/floppies/kernel/Makefile:1.1 src/distrib/bebox/floppies/kernel/Makefile:1.2
--- src/distrib/bebox/floppies/kernel/Makefile:1.1	Wed Oct 20 02:59:58 2010
+++ src/distrib/bebox/floppies/kernel/Makefile	Tue Jan 25 08:19:39 2011
@@ -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
 

Reply via email to