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.
This commit is contained in:
snj 2015-06-16 06:08:47 +00:00
parent 8023d3f012
commit 7c603780d8
1 changed files with 3 additions and 2 deletions

View File

@ -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 @@ REGEX_SPECIALS=[][)(^$$.?*\\;]
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 @@ tags: ${SRCS}
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