Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Only create and install the tags file for the norma...



details:   https://anonhg.NetBSD.org/src/rev/52443b1359dd
branches:  trunk
changeset: 809037:52443b1359dd
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 15 14:24:01 2015 +0000

description:
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 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 72c6a6f04778 -r 52443b1359dd lib/libc/Makefile
--- a/lib/libc/Makefile Mon Jun 15 11:20:18 2015 +0000
+++ b/lib/libc/Makefile Mon Jun 15 14:24:01 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.168 2015/02/09 22:44:34 pooka Exp $
+#      $NetBSD: Makefile,v 1.169 2015/06/15 14:24:01 christos Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -130,7 +130,7 @@
 MKREPRO_SED=   -e 's;${NETBSDSRCDIR:C/${REGEX_SPECIALS}/\\\\&/g};/usr/src;'
 .endif
 
-.if ${RUMPRUN} != "yes"
+.if !defined(MLIBDIR) && ${RUMPRUN} != "yes"
 realall: tags
 tags: ${SRCS}
        ${_MKTARGET_CREATE}



Home | Main Index | Thread Index | Old Index