Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/mtree Add MKCOMPAT support for earm
details: https://anonhg.NetBSD.org/src/rev/2b7d6c8d79df
branches: trunk
changeset: 786349:2b7d6c8d79df
user: matt <matt%NetBSD.org@localhost>
date: Sat Apr 27 07:59:09 2013 +0000
description:
Add MKCOMPAT support for earm
diffstat:
etc/mtree/Makefile | 4 +++-
etc/mtree/NetBSD.dist.earm | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 2349b0b74632 -r 2b7d6c8d79df etc/mtree/Makefile
--- a/etc/mtree/Makefile Sat Apr 27 07:45:07 2013 +0000
+++ b/etc/mtree/Makefile Sat Apr 27 07:59:09 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/09/10 17:02:46 apb Exp $
+# $NetBSD: Makefile,v 1.23 2013/04/27 07:59:09 matt Exp $
.include <bsd.own.mk>
@@ -15,6 +15,8 @@
.if ${MKCOMPAT} != "no"
.if exists(NetBSD.dist.${MACHINE_ARCH})
EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.${MACHINE_ARCH}
+.elif !empty(MACHINE_ARCH:Mearm*)
+EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.earm
.endif
.endif
diff -r 2349b0b74632 -r 2b7d6c8d79df etc/mtree/NetBSD.dist.earm
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/mtree/NetBSD.dist.earm Sat Apr 27 07:59:09 2013 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: NetBSD.dist.earm,v 1.1 2013/04/27 07:59:09 matt Exp $
+
+./lib/oabi
+./lib/oabi/npf
+./usr/lib/oabi
+./usr/lib/oabi/i18n
+./usr/lib/oabi/lua
+./usr/lib/oabi/lua/5.1
+./usr/lib/oabi/security
+./usr/libdata/debug/lib/oabi
+./usr/libdata/debug/lib/oabi/npf
+./usr/libdata/debug/usr/lib/oabi
+./usr/libdata/debug/usr/lib/oabi/i18n
Home |
Main Index |
Thread Index |
Old Index