Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/pmax/ramdisk ${DISTRIBDIR} has changed; grab our rco...



details:   https://anonhg.NetBSD.org/src/rev/6e14c6085cfb
branches:  trunk
changeset: 526315:6e14c6085cfb
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu May 02 13:31:43 2002 +0000

description:
${DISTRIBDIR} has changed; grab our rcons termcap relative to ${CURDIR}.

diffstat:

 distrib/pmax/ramdisk/Makefile |  4 ++--
 distrib/pmax/ramdisk/list     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r d76eff6e37c0 -r 6e14c6085cfb distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile     Thu May 02 13:28:40 2002 +0000
+++ b/distrib/pmax/ramdisk/Makefile     Thu May 02 13:31:43 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28 2002/04/26 15:50:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.29 2002/05/02 13:31:43 simonb Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/Makefile.inc"
@@ -19,7 +19,7 @@
 MAKEDEVTARGETS=        minimal pty0
 IMAGEDEPENDS=  ${CRUNCHBIN} \
                disktab.preinstall dot.hdprofile dot.profile \
-               ${DISTRIBDIR}/miniroot/termcap.rcons \
+               ${.CURDIR}/../miniroot/termcap.rcons \
                ${DESTDIR}/usr/mdec/boot.pmax ${DESTDIR}/usr/mdec/bootxx_ffs \
                ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
                ${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \
diff -r d76eff6e37c0 -r 6e14c6085cfb distrib/pmax/ramdisk/list
--- a/distrib/pmax/ramdisk/list Thu May 02 13:28:40 2002 +0000
+++ b/distrib/pmax/ramdisk/list Thu May 02 13:31:43 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.13 2002/04/26 15:50:44 lukem Exp $
+#      $NetBSD: list,v 1.14 2002/05/02 13:31:43 simonb Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
 
@@ -71,7 +71,7 @@
 COPY   ${NETBSDSRCDIR}/etc/services            etc/services
 
 # and the common installation tools
-COPY   ${DISTRIBDIR}/miniroot/termcap.rcons    usr/share/misc/termcap
+COPY   ${CURDIR}/../miniroot/termcap.rcons     usr/share/misc/termcap
 
 # the disktab explanation file
 COPY   ${CURDIR}/disktab.preinstall            etc/disktab.preinstall



Home | Main Index | Thread Index | Old Index