[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.39 and 1.40

version 1.39, 2002/01/15 19:19:35 version 1.40, 2002/01/19 16:49:28
Line 233  if $do_rebuildmake; then
Line 233  if $do_rebuildmake; then
         trap "exit 1" 1 2 3 15          trap "exit 1" 1 2 3 15
         $runcmd cd $tmpdir          $runcmd cd $tmpdir
   
         $runcmd $cwd/tools/make/configure || bomb "configure of nbmake failed"          $runcmd env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" CFLAGS="${HOST_CFLAGS--O}" LDFLAGS="${HOST_LDFLAGS}" \
                   $cwd/tools/make/configure || bomb "configure of nbmake failed"
         $runcmd sh buildmake.sh || bomb "build of nbmake failed"          $runcmd sh buildmake.sh || bomb "build of nbmake failed"
   
         make=$tmpdir/nbmake          make=$tmpdir/nbmake

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>