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

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

Diff for /src/Makefile between version 1.265 and 1.266

version 1.265, 2008/12/30 22:18:11 version 1.266, 2009/01/19 07:19:09
Line 96 
Line 96 
 #   do-sys-rump-net-lib: builds and installs prerequisites from sys/rump/net/lib  #   do-sys-rump-net-lib: builds and installs prerequisites from sys/rump/net/lib
 #   do-sys-modules:  builds and installs kernel modules (used by rump binaries)  #   do-sys-modules:  builds and installs kernel modules (used by rump binaries)
 #   do-ld.so:        builds and installs prerequisites from libexec/ld.*_so.  #   do-ld.so:        builds and installs prerequisites from libexec/ld.*_so.
   #   do-compat-external-lib: builds and installs prerequisites from
   #                    compat/external/lib if ${MKCOMPAT} != "no".
 #   do-compat-lib-csu: builds and installs prerequisites from compat/lib/csu  #   do-compat-lib-csu: builds and installs prerequisites from compat/lib/csu
 #                    if ${MKCOMPAT} != "no".  #                    if ${MKCOMPAT} != "no".
 #   do-compat-libgcc: builds and installs prerequisites from  #   do-compat-libgcc: builds and installs prerequisites from
Line 243  BUILDTARGETS+= do-sys-modules
Line 245  BUILDTARGETS+= do-sys-modules
 BUILDTARGETS+=  do-compat-lib-csu  BUILDTARGETS+=  do-compat-lib-csu
 BUILDTARGETS+=  do-compat-libgcc  BUILDTARGETS+=  do-compat-libgcc
 BUILDTARGETS+=  do-compat-lib-libc  BUILDTARGETS+=  do-compat-lib-libc
   BUILDTARGETS+=  do-compat-external-lib
 .endif  .endif
 BUILDTARGETS+=  do-ld.so  BUILDTARGETS+=  do-ld.so
 BUILDTARGETS+=  do-build  BUILDTARGETS+=  do-build
Line 403  BUILD_CC_LIB+= external/bsd/pcc/libpcc
Line 406  BUILD_CC_LIB+= external/bsd/pcc/libpcc
   
 .if ${MKCOMPAT} != "no"  .if ${MKCOMPAT} != "no"
 BUILD_COMPAT_LIBS=      compat/lib/csu ${BUILD_CC_LIB:S/^/compat\//} compat/lib/libc  BUILD_COMPAT_LIBS=      compat/lib/csu ${BUILD_CC_LIB:S/^/compat\//} compat/lib/libc
   BUILD_COMPAT_LIBS+=     compat/external/lib
 .else  .else
 BUILD_COMPAT_LIBS=  BUILD_COMPAT_LIBS=
 .endif  .endif

Legend:
Removed from v.1.265  
changed lines
  Added in v.1.266

CVSweb <webmaster@jp.NetBSD.org>