[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.314 and 1.315

version 1.314, 2016/12/18 19:39:05 version 1.315, 2017/03/10 17:15:47
Line 458  initdefaults()
Line 458  initdefaults()
   
         [ -d usr.bin/make ] || cd "$(dirname $0)"          [ -d usr.bin/make ] || cd "$(dirname $0)"
         [ -d usr.bin/make ] ||          [ -d usr.bin/make ] ||
             bomb "build.sh must be run from the top source level"              bomb "usr.bin/make not found; build.sh must be run from the top \
   level of source directory"
         [ -f share/mk/bsd.own.mk ] ||          [ -f share/mk/bsd.own.mk ] ||
             bomb "src/share/mk is missing; please re-fetch the source tree"              bomb "src/share/mk is missing; please re-fetch the source tree"
   

Legend:
Removed from v.1.314  
changed lines
  Added in v.1.315

CVSweb <webmaster@jp.NetBSD.org>