[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.167 and 1.168

version 1.167, 2014/12/10 00:37:30 version 1.168, 2015/02/09 22:44:34
Line 41  assym.h: ${ARCHDIR}/genassym.cf
Line 41  assym.h: ${ARCHDIR}/genassym.cf
         mv -f assym.h.tmp assym.h          mv -f assym.h.tmp assym.h
 .endif  .endif
   
 .if ${RUMPRUN} != "yes"  
 # The following controls how to build compatibility code for old NetBSD  # The following controls how to build compatibility code for old NetBSD
 # binaries. If BUILD_LEGACY is yes, then we build a separate library; otherwise  # binaries. If BUILD_LEGACY is yes, then we build a separate library; otherwise
 # we include the code in libc.  # we include the code in libc.
Line 55  COMPATDIR=${.CURDIR}/compat
Line 54  COMPATDIR=${.CURDIR}/compat
 # Marker for compat code that can't be easily isolated  # Marker for compat code that can't be easily isolated
 CPPFLAGS+=      -D__BUILD_LEGACY  CPPFLAGS+=      -D__BUILD_LEGACY
 .endif  .endif
 .endif  
   
 .include "${.CURDIR}/../../common/lib/libc/Makefile.inc"  .include "${.CURDIR}/../../common/lib/libc/Makefile.inc"
 .include "${.CURDIR}/atomic/Makefile.inc"  .include "${.CURDIR}/atomic/Makefile.inc"

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

CVSweb <webmaster@jp.NetBSD.org>