[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.322 and 1.323

version 1.322, 2018/01/15 19:52:54 version 1.323, 2018/01/15 20:39:53
Line 1661  rebuildmake()
Line 1661  rebuildmake()
   
         statusmsg "Bootstrapping ${toolprefix}make"          statusmsg "Bootstrapping ${toolprefix}make"
         ${runcmd} cd "${tmpdir}"          ${runcmd} cd "${tmpdir}"
         ${runcmd} env \          ${runcmd} env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" \
 \                  CFLAGS="${HOST_CFLAGS--O}" LDFLAGS="${HOST_LDFLAGS}" \
 CC="${HOST_CC-cc}" \  
 CPPFLAGS="${HOST_CPPFLAGS}" \  
 CFLAGS="${HOST_CFLAGS--O}" \  
 LDFLAGS="${HOST_LDFLAGS}" \  
 \  
             ${HOST_SH} "${TOP}/tools/make/configure" ||              ${HOST_SH} "${TOP}/tools/make/configure" ||
         ( cp ${tmpdir}/config.log ${tmpdir}-config.log          ( cp ${tmpdir}/config.log ${tmpdir}-config.log
               bomb "Configure of ${toolprefix}make failed, see ${tmpdir}-config.log for details" )                bomb "Configure of ${toolprefix}make failed, see ${tmpdir}-config.log for details" )

Legend:
Removed from v.1.322  
changed lines
  Added in v.1.323

CVSweb <webmaster@jp.NetBSD.org>