[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc

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

Diff for /src/lib/libc/Makefile between version 1.168 and 1.169

version 1.168, 2015/02/09 22:44:34 version 1.169, 2015/06/15 14:24:01
Line 130  REGEX_SPECIALS=[][)(^$$.?*\\;]
Line 130  REGEX_SPECIALS=[][)(^$$.?*\\;]
 MKREPRO_SED=   -e 's;${NETBSDSRCDIR:C/${REGEX_SPECIALS}/\\\\&/g};/usr/src;'  MKREPRO_SED=   -e 's;${NETBSDSRCDIR:C/${REGEX_SPECIALS}/\\\\&/g};/usr/src;'
 .endif  .endif
   
 .if ${RUMPRUN} != "yes"  .if !defined(MLIBDIR) && ${RUMPRUN} != "yes"
 realall: tags  realall: tags
 tags: ${SRCS}  tags: ${SRCS}
         ${_MKTARGET_CREATE}          ${_MKTARGET_CREATE}

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169

CVSweb <webmaster@jp.NetBSD.org>