Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/mtree create /usr/lib/{i386, sparc}{, /security, /i18n} her...
details: https://anonhg.NetBSD.org/src/rev/33487db48b98
branches: trunk
changeset: 749920:33487db48b98
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Dec 13 01:02:25 2009 +0000
description:
create /usr/lib/{i386,sparc}{,/security,/i18n} here, where they belong.
diffstat:
etc/mtree/Makefile | 6 +++++-
etc/mtree/NetBSD.dist.sparc64 | 5 +++++
etc/mtree/NetBSD.dist.x86_64 | 5 +++++
3 files changed, 15 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 1a578d15340f -r 33487db48b98 etc/mtree/Makefile
--- a/etc/mtree/Makefile Sat Dec 12 23:45:36 2009 +0000
+++ b/etc/mtree/Makefile Sun Dec 13 01:02:25 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/12/12 01:32:10 mrg Exp $
+# $NetBSD: Makefile,v 1.13 2009/12/13 01:02:25 mrg Exp $
.include <bsd.own.mk>
@@ -10,6 +10,10 @@
. endif
.endif
+.if exists(NetBSD.dist.${MACHINE_ARCH})
+EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.${MACHINE_ARCH}
+.endif
+
.if ${MKEXTSRC} != "no"
EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.extsrc
.endif
diff -r 1a578d15340f -r 33487db48b98 etc/mtree/NetBSD.dist.sparc64
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/mtree/NetBSD.dist.sparc64 Sun Dec 13 01:02:25 2009 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: NetBSD.dist.sparc64,v 1.1 2009/12/13 01:02:25 mrg Exp $
+
+./usr/lib/sparc
+./usr/lib/sparc/i18n
+./usr/lib/sparc/security
diff -r 1a578d15340f -r 33487db48b98 etc/mtree/NetBSD.dist.x86_64
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/mtree/NetBSD.dist.x86_64 Sun Dec 13 01:02:25 2009 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: NetBSD.dist.x86_64,v 1.1 2009/12/13 01:02:25 mrg Exp $
+
+./usr/lib/i386
+./usr/lib/i386/i18n
+./usr/lib/i386/security
Home |
Main Index |
Thread Index |
Old Index