Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/elftosb/lib Don't install lib.a on platforms th...
details: https://anonhg.NetBSD.org/src/rev/d5c6da1251e0
branches: trunk
changeset: 782713:d5c6da1251e0
user: christos <christos%NetBSD.org@localhost>
date: Fri Nov 16 02:54:55 2012 +0000
description:
Don't install lib.a on platforms this is not supported.
diffstat:
external/bsd/elftosb/lib/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r a5fc2457a47a -r d5c6da1251e0 external/bsd/elftosb/lib/Makefile
--- a/external/bsd/elftosb/lib/Makefile Fri Nov 16 02:16:38 2012 +0000
+++ b/external/bsd/elftosb/lib/Makefile Fri Nov 16 02:54:55 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2012/11/15 19:49:16 jkunz Exp $
-
-LIBISPRIVATE= yes
+# $NetBSD: Makefile,v 1.2 2012/11/16 02:54:55 christos Exp $
.if (${MACHINE} == "evbarm")
+LIBISPRIVATE= yes
LIB= elftosb
SRCS= AESKey.cpp \
Blob.cpp \
@@ -37,7 +36,9 @@
options.cpp \
rijndael.cpp \
stdafx.cpp
+.include <bsd.lib.mk>
+.else
+.include <bsd.files.mk>
.endif
-.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index