Module Name:    src
Committed By:   christos
Date:           Mon Jun 15 14:24:01 UTC 2015

Modified Files:
        src/lib/libc: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/lib/libc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/Makefile
diff -u src/lib/libc/Makefile:1.168 src/lib/libc/Makefile:1.169
--- src/lib/libc/Makefile:1.168	Mon Feb  9 17:44:34 2015
+++ src/lib/libc/Makefile	Mon Jun 15 10:24:01 2015
@@ -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 @@ REGEX_SPECIALS=[][)(^$$.?*\\;]
 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}

Reply via email to