[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.148 and 1.149

version 1.148, 2011/08/17 09:53:53 version 1.149, 2012/01/20 16:31:29
Line 57  COMPATDIR=${.CURDIR}/compat
Line 57  COMPATDIR=${.CURDIR}/compat
 .include "${.CURDIR}/atomic/Makefile.inc"  .include "${.CURDIR}/atomic/Makefile.inc"
 .include "${.CURDIR}/cdb/Makefile.inc"  .include "${.CURDIR}/cdb/Makefile.inc"
 .include "${.CURDIR}/db/Makefile.inc"  .include "${.CURDIR}/db/Makefile.inc"
 .if (${CITRUS} == "yes")  
 .include "${.CURDIR}/citrus/Makefile.inc"  .include "${.CURDIR}/citrus/Makefile.inc"
 .endif  
 .include "${.CURDIR}/compat-43/Makefile.inc"  .include "${.CURDIR}/compat-43/Makefile.inc"
 .include "${.CURDIR}/dlfcn/Makefile.inc"  .include "${.CURDIR}/dlfcn/Makefile.inc"
 .include "${.CURDIR}/gdtoa/Makefile.inc"  .include "${.CURDIR}/gdtoa/Makefile.inc"
Line 138  FILESDIR= /var/db
Line 136  FILESDIR= /var/db
 # workaround for I18N stuffs: build singlebyte setlocale() for libc.a,  # workaround for I18N stuffs: build singlebyte setlocale() for libc.a,
 # multibyte for libc.so.  the quirk should be removed when we support  # multibyte for libc.so.  the quirk should be removed when we support
 # dlopen() from within statically linked binaries.  # dlopen() from within statically linked binaries.
 .if (${CITRUS} == "yes")  
 CSHLIBFLAGS+=   -D_I18N_DYNAMIC  CSHLIBFLAGS+=   -D_I18N_DYNAMIC
 .endif  
   
 .include <bsd.lib.mk>  .include <bsd.lib.mk>
   

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149

CVSweb <webmaster@jp.NetBSD.org>