[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.261 and 1.262

version 1.261, 2013/01/14 13:02:59 version 1.262, 2013/02/02 02:08:37
Line 1455  rebuildmake()
Line 1455  rebuildmake()
                 ${runcmd} env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" \                  ${runcmd} env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" \
                         CFLAGS="${HOST_CFLAGS--O}" LDFLAGS="${HOST_LDFLAGS}" \                          CFLAGS="${HOST_CFLAGS--O}" LDFLAGS="${HOST_LDFLAGS}" \
                         ${HOST_SH} "${TOP}/tools/make/configure" ||                          ${HOST_SH} "${TOP}/tools/make/configure" ||
                     bomb "Configure of ${toolprefix}make failed"                      ( cp ${tmpdir}/config.log ${tmpdir}-config.log
                         bomb "Configure of ${toolprefix}make failed, see ${tmpdir}-config.log for details" )
                 ${runcmd} ${HOST_SH} buildmake.sh ||                  ${runcmd} ${HOST_SH} buildmake.sh ||
                     bomb "Build of ${toolprefix}make failed"                      bomb "Build of ${toolprefix}make failed"
                 make="${tmpdir}/${toolprefix}make"                  make="${tmpdir}/${toolprefix}make"

Legend:
Removed from v.1.261  
changed lines
  Added in v.1.262

CVSweb <webmaster@jp.NetBSD.org>