[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.141 and 1.142

version 1.141, 2010/04/25 00:54:46 version 1.142, 2010/05/30 08:28:53
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 132  FILESDIR= /var/db
Line 134  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.141  
changed lines
  Added in v.1.142

CVSweb <webmaster@jp.NetBSD.org>