Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib Replace references to local and now no-longer-existi...
details: https://anonhg.NetBSD.org/src/rev/1b0f400fcc30
branches: trunk
changeset: 748015:1b0f400fcc30
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Oct 09 15:56:25 2009 +0000
description:
Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBDIR}/common/termcap.
diffstat:
distrib/ews4800mips/floppies/ramdisk/Makefile | 7 ++++---
distrib/sun2/miniroot/Makefile | 8 +++++---
2 files changed, 9 insertions(+), 6 deletions(-)
diffs (52 lines):
diff -r 8b55c5d8749b -r 1b0f400fcc30 distrib/ews4800mips/floppies/ramdisk/Makefile
--- a/distrib/ews4800mips/floppies/ramdisk/Makefile Fri Oct 09 14:41:36 2009 +0000
+++ b/distrib/ews4800mips/floppies/ramdisk/Makefile Fri Oct 09 15:56:25 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/09/20 19:49:08 abs Exp $
+# $NetBSD: Makefile,v 1.7 2009/10/09 15:56:25 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,12 +17,13 @@
IMAGEENDIAN= be
MAKEDEVTARGETS= ramdisk
IMAGEDEPENDS= ${CRUNCHBIN} \
- dot.profile termcap.src ${DESTDIR} \
+ dot.profile ${DESTDIR} \
${DESTDIR}/usr/mdec/boot \
${DESTDIR}/usr/mdec/bootxx_ustarfs \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
- ${DISTRIBDIR}/common/services
+ ${DISTRIBDIR}/common/services \
+ ${DISTRIBDIR}/common/termcap
# Use stubs to eliminate some large stuff from libc
HACKSRC= ${DISTRIBDIR}/utils/libhack
diff -r 8b55c5d8749b -r 1b0f400fcc30 distrib/sun2/miniroot/Makefile
--- a/distrib/sun2/miniroot/Makefile Fri Oct 09 14:41:36 2009 +0000
+++ b/distrib/sun2/miniroot/Makefile Fri Oct 09 15:56:25 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2009/09/20 22:46:13 abs Exp $
+# $NetBSD: Makefile,v 1.31 2009/10/09 15:56:25 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -24,13 +24,15 @@
MAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0
IMAGEDEPENDS= ${CRUNCHBIN} \
${KERNEL} \
- fstab install.md profile termcap \
+ fstab install.md profile \
${DESTDIR}/dev/MAKEDEV ${DESTDIR}/dev/MAKEDEV.local \
${DESTDIR}/etc/group \
${DESTDIR}/etc/master.passwd ${DESTDIR}/etc/netconfig \
${DESTDIR}/etc/passwd \
${DISTRIBDIR}/common/protocols \
- ${DESTDIR}/etc/pwd.db ${DISTRIBDIR}/common/services \
+ ${DESTDIR}/etc/pwd.db \
+ ${DISTRIBDIR}/common/services \
+ ${DISTRIBDIR}/common/termcap \
${DESTDIR}/etc/spwd.db \
${DESTDIR}/usr/mdec/bootxx ${DESTDIR}/usr/mdec/bootyy \
${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \
Home |
Main Index |
Thread Index |
Old Index