[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.31 and 1.32

version 1.31, 2001/12/09 06:07:16 version 1.32, 2001/12/11 20:45:31
Line 233  if $do_rebuildmake; then
Line 233  if $do_rebuildmake; then
         $runcmd cd $tmpdir          $runcmd cd $tmpdir
   
         $runcmd ${HOST_CC-cc} ${HOST_CFLAGS} -DMAKE_BOOTSTRAP \          $runcmd ${HOST_CC-cc} ${HOST_CFLAGS} -DMAKE_BOOTSTRAP \
                 -DMAKE_MACHINE=\"`uname -m`\" \  
                 -o nbmake -I$cwd/usr.bin/make \                  -o nbmake -I$cwd/usr.bin/make \
                 $cwd/usr.bin/make/*.c $cwd/usr.bin/make/lst.lib/*.c \                  $cwd/usr.bin/make/*.c $cwd/usr.bin/make/lst.lib/*.c \
                 || bomb "build of nbmake failed"                  || bomb "build of nbmake failed"

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>