[BACK]Return to build.sh 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/build.sh between version 1.143 and 1.144

version 1.143, 2006/01/07 18:45:15 version 1.144, 2006/01/08 11:03:40
Line 893  buildtools()
Line 893  buildtools()
         fi          fi
         ${runcmd} cd tools          ${runcmd} cd tools
         if [ "${MKUPDATE}" = "no" ]; then          if [ "${MKUPDATE}" = "no" ]; then
                 cleandir=cleandir                  ${runcmd} "${makewrapper}" ${parallel} cleandir ||
         else                      bomb "Failed to make cleandir tools"
                 cleandir=  
         fi          fi
         ${runcmd} "${makewrapper}" ${parallel} ${cleandir} dependall install ||          ${runcmd} "${makewrapper}" ${parallel} dependall ||
             bomb "Failed to make tools"              bomb "Failed to make dependall tools"
           ${runcmd} "${makewrapper}" ${parallel} install ||
               bomb "Failed to make install tools"
         statusmsg "Tools built to ${TOOLDIR}"          statusmsg "Tools built to ${TOOLDIR}"
         ${runcmd} cd "${TOP}"          ${runcmd} cd "${TOP}"
 }  }

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144

CVSweb <webmaster@jp.NetBSD.org>