[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.16 and 1.17

version 1.16, 2001/11/01 00:14:17 version 1.17, 2001/11/01 01:49:44
Line 315  if $do_buildsystem; then
Line 315  if $do_buildsystem; then
         ${runcmd-exec} $makewrapper $buildtarget          ${runcmd-exec} $makewrapper $buildtarget
 elif $do_buildonlytools; then  elif $do_buildonlytools; then
         if [ "$MKOBJDIRS" != "no" ]; then          if [ "$MKOBJDIRS" != "no" ]; then
                 $makewrapper obj-tools || exit 1                  $make $makeflags obj-tools || exit 1
         fi          fi
         ${runcmd-exec} sh -c "cd tools && \          ${runcmd-exec} sh -c "cd tools && \
             $makewrapper MKTOOLS=always build"              $make $makeflags MKTOOLS=always build"
 fi  fi

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>