Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies since we have ${TOP}, use it...
details: https://anonhg.NetBSD.org/src/rev/73d459bf38f2
branches: trunk
changeset: 521912:73d459bf38f2
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Feb 08 04:53:50 2002 +0000
description:
since we have ${TOP}, use it...
diffstat:
distrib/i386/floppies/rescue-small/Makefile | 4 ++--
distrib/i386/floppies/rescue-tiny/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r be9ae65adb88 -r 73d459bf38f2 distrib/i386/floppies/rescue-small/Makefile
--- a/distrib/i386/floppies/rescue-small/Makefile Fri Feb 08 04:52:42 2002 +0000
+++ b/distrib/i386/floppies/rescue-small/Makefile Fri Feb 08 04:53:50 2002 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2002/02/03 16:22:29 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2002/02/08 04:53:50 lukem Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
IMAGE= rescue-small.fs
-KDIR= ${.CURDIR}/../kernel-rescue
+KDIR= ${TOP}/kernel-rescue
KNAME= INSTALL_SMALL
KERN!= cd ${KDIR}; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.${KNAME}.gz\n" | \
diff -r be9ae65adb88 -r 73d459bf38f2 distrib/i386/floppies/rescue-tiny/Makefile
--- a/distrib/i386/floppies/rescue-tiny/Makefile Fri Feb 08 04:52:42 2002 +0000
+++ b/distrib/i386/floppies/rescue-tiny/Makefile Fri Feb 08 04:53:50 2002 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2002/02/03 16:22:29 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2002/02/08 04:53:51 lukem Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
IMAGE= rescue-tiny.fs
-KDIR= ${.CURDIR}/../kernel-rescue
+KDIR= ${TOP}/kernel-rescue
KNAME= INSTALL_TINY
KERN!= cd ${KDIR}; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.${KNAME}.gz\n" | \
Home |
Main Index |
Thread Index |
Old Index