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

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

Diff for /src/compat/Makefile between version 1.4 and 1.5

version 1.4, 2009/06/07 22:59:22 version 1.5, 2009/12/13 09:27:13
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
   
 # Build 32-bit compat versions of:  # Build multi-abi libaries
 #       src/gnu/lib/libgcc4 into ${DESTDIR}/usr/lib/<32arch>  
 #       src/lib/libc into ${DESTDIR}/usr/lib/<32arch>  
 #       src/gnu/lib/ into ${DESTDIR}/usr/lib/<32arch>  
 #       src/lib/ into ${DESTDIR}/usr/lib/<32arch>  
 #       src/libexec/ld.elf_so into ${DESTDIR}/usr/libexec/ld.elf_so-<32arch>  
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 .if ${MKCOMPAT} != "no" && \  .if ${MKCOMPAT} != "no"
     (${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64")  
   
 .if !make(includes)  .if !make(includes)
 SUBDIR= gnu/lib/crtstuff4 .WAIT \  
         lib/csu .WAIT \  
         gnu/lib/libgcc4 .WAIT \  
         lib/libc .WAIT \  
         lib/libutil .WAIT \  
         lib gnu/lib .WAIT \  
         external/lib .WAIT \  
         crypto/external/lib .WAIT \  
         libexec/ld.elf_so  
 .endif  
   
   .include "archdirs.mk"
   
   SUBDIR= dirshack .WAIT ${ARCHDIR_SUBDIR}
   
   .endif
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>