Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.166 retrieving revision 1.166.2.1 diff -u -p -r1.166 -r1.166.2.1 --- src/lib/libc/Makefile 2014/08/10 23:39:08 1.166 +++ src/lib/libc/Makefile 2015/06/16 06:08:47 1.166.2.1 @@ -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