Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/sparc/ramdisk Apply patch (requested by he):
details: https://anonhg.NetBSD.org/src/rev/ac1bef44fe49
branches: netbsd-1-4
changeset: 470916:ac1bef44fe49
user: he <he%NetBSD.org@localhost>
date: Mon Sep 25 16:18:10 2000 +0000
description:
Apply patch (requested by he):
Fix build problem caused by double use of ${.CURDIR}.
diffstat:
distrib/sparc/ramdisk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 539a9283d6ae -r ac1bef44fe49 distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile Wed Sep 20 18:19:53 2000 +0000
+++ b/distrib/sparc/ramdisk/Makefile Mon Sep 25 16:18:10 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8.2.5 2000/08/26 18:35:45 he Exp $
+# $NetBSD: Makefile,v 1.8.2.6 2000/09/25 16:18:10 he Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@@ -40,7 +40,7 @@
mount ${VND_DEV} ${MOUNT_POINT}
mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -u
TOPDIR=${TOP} CURDIR=${MINIROOT} REALCURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
- TARGDIR=${MOUNT_POINT} sh ${MINIROOT}/runlist.sh ${.CURDIR}/${LISTS}
+ TARGDIR=${MOUNT_POINT} sh ${MINIROOT}/runlist.sh ${LISTS}
@echo ""
@df -i ${MOUNT_POINT}
@echo ""
Home |
Main Index |
Thread Index |
Old Index