Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/lib/libc Pull up following revision(s) (requested by mart...
details: https://anonhg.NetBSD.org/src/rev/cfa5b58f18b9
branches: netbsd-7
changeset: 799439:cfa5b58f18b9
user: snj <snj%NetBSD.org@localhost>
date: Tue Jun 16 06:08:47 2015 +0000
description:
Pull up following revision(s) (requested by martin in ticket #843):
lib/libc/Makefile: revision 1.169 via patch
Only create and install the tags file for the normal libc (not any of the
compat copies), because we don't want it to be overwritten by the compat
copies. This was detected by the evbarm mkimage complaining.
diffstat:
lib/libc/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 82698c300eab -r cfa5b58f18b9 lib/libc/Makefile
--- a/lib/libc/Makefile Fri Jun 12 16:35:49 2015 +0000
+++ b/lib/libc/Makefile Tue Jun 16 06:08:47 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2014/08/10 23:39:08 matt Exp $
+# $NetBSD: Makefile,v 1.166.2.1 2015/06/16 06:08:47 snj Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -128,6 +128,7 @@
MKREPRO_SED= -e 's;${NETBSDSRCDIR:C/${REGEX_SPECIALS}/\\\\&/g};/usr/src;'
.endif
+.if !defined(MLIBDIR)
realall: tags
tags: ${SRCS}
${_MKTARGET_CREATE}
@@ -145,7 +146,7 @@
FILES= tags
FILESNAME= libc.tags
FILESDIR= /var/db
-
+.endif
# workaround for I18N stuffs: build singlebyte setlocale() for libc.a,
# multibyte for libc.so. the quirk should be removed when we support
Home |
Main Index |
Thread Index |
Old Index