Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libarch Don't descend into alpha/.
details: https://anonhg.NetBSD.org/src/rev/3723985dbc1f
branches: trunk
changeset: 767361:3723985dbc1f
user: dyoung <dyoung%NetBSD.org@localhost>
date: Sun Jul 17 01:09:00 2011 +0000
description:
Don't descend into alpha/.
Up next: fix set lists.
diffstat:
lib/libarch/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r b073e4bbea37 -r 3723985dbc1f lib/libarch/Makefile
--- a/lib/libarch/Makefile Sun Jul 17 01:08:12 2011 +0000
+++ b/lib/libarch/Makefile Sun Jul 17 01:09:00 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2009/12/13 08:25:20 mrg Exp $
+# $NetBSD: Makefile,v 1.23 2011/07/17 01:09:00 dyoung Exp $
# These should always be a MACHINE_CPU value
-ARCHDIRS= alpha arm i386 m68k sparc x86_64
+ARCHDIRS= arm i386 m68k sparc x86_64
.for arch in ${ARCHDIRS}
.include "${.CURDIR}/${arch}/Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index