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

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

Diff for /src/tools/Makefile between version 1.146 and 1.147

version 1.146, 2011/06/21 02:15:41 version 1.147, 2011/07/10 08:43:51
Line 107  SUBDIR+= macppc-fixcoff
Line 107  SUBDIR+= macppc-fixcoff
 SUBDIR+=        powerpc-mkbootimage  SUBDIR+=        powerpc-mkbootimage
 .endif  .endif
   
 .if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")  .if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
        ${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb")
 SUBDIR+=        mips-elf2ecoff  SUBDIR+=        mips-elf2ecoff
 .endif  .endif
   

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147

CVSweb <webmaster@jp.NetBSD.org>