[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.160 and 1.161

version 1.160, 2007/01/29 00:08:13 version 1.161, 2007/02/05 18:26:01
Line 418  validatearch()
Line 418  validatearch()
 raw_getmakevar()  raw_getmakevar()
 {  {
         [ -x "${make}" ] || bomb "raw_getmakevar $1: ${make} is not executable"          [ -x "${make}" ] || bomb "raw_getmakevar $1: ${make} is not executable"
         "${make}" -m ${TOP}/share/mk -s -f- _x_ <<EOF || bomb "raw_getmakevar $1: ${make} failed"          "${make}" -m ${TOP}/share/mk -s -B -f- _x_ <<EOF || bomb "raw_getmakevar $1: ${make} failed"
 _x_:  _x_:
         echo \${$1}          echo \${$1}
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161

CVSweb <webmaster@jp.NetBSD.org>