[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.77 and 1.78

version 1.77, 2002/12/25 00:42:50 version 1.78, 2003/01/02 05:11:12
Line 17  bomb () {
Line 17  bomb () {
         echo "*** BUILD ABORTED ***"          echo "*** BUILD ABORTED ***"
         exit 1          exit 1
 }  }
   
   cd `dirname $0`
 [ -d usr.bin/make ] || bomb "build.sh must be run from the top source level"  [ -d usr.bin/make ] || bomb "build.sh must be run from the top source level"
 [ -f share/mk/bsd.own.mk ] || bomb "src/share/mk is missing; please re-fetch the source tree"  [ -f share/mk/bsd.own.mk ] || bomb "src/share/mk is missing; please re-fetch the source tree"
   

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

CVSweb <webmaster@jp.NetBSD.org>