[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.58.2.3 and 1.58.2.4

version 1.58.2.3, 2002/11/03 14:36:36 version 1.58.2.4, 2002/11/03 16:28:36
Line 232  export MAKEFLAGS MACHINE MACHINE_ARCH
Line 232  export MAKEFLAGS MACHINE MACHINE_ARCH
 make="${TOOLDIR-nonexistent}/bin/nbmake"  make="${TOOLDIR-nonexistent}/bin/nbmake"
 if [ -x $make ]; then  if [ -x $make ]; then
         for f in usr.bin/make/*.[ch] usr.bin/make/lst.lib/*.[ch]; do          for f in usr.bin/make/*.[ch] usr.bin/make/lst.lib/*.[ch]; do
                 # Explcitly use /bin/test here; makes this script                  if [ $f -nt $make ]; then
                 # work otherwise-unchanged with Solaris 8's /bin/sh.  
                 if /bin/test $f -nt $make; then  
                         do_rebuildmake=true; break                          do_rebuildmake=true; break
                 fi                  fi
         done          done

Legend:
Removed from v.1.58.2.3  
changed lines
  Added in v.1.58.2.4

CVSweb <webmaster@jp.NetBSD.org>