[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.217 and 1.218

version 1.217, 2009/11/04 12:58:01 version 1.218, 2009/11/17 20:49:34
Line 163  initdefaults()
Line 163  initdefaults()
         [ -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"
   
           # Set LC_ALL=C before we try to parse the output from any command
           setmakeenv LC_ALL C
   
         # Find information about the build platform.  This should be          # Find information about the build platform.  This should be
         # kept in sync with _HOST_OSNAME, _HOST_OSREL, and _HOST_ARCH          # kept in sync with _HOST_OSNAME, _HOST_OSREL, and _HOST_ARCH
         # variables in share/mk/bsd.sys.mk.          # variables in share/mk/bsd.sys.mk.
Line 272  initdefaults()
Line 275  initdefaults()
         #          #
         unsetmakeenv INFODIR          unsetmakeenv INFODIR
         unsetmakeenv LESSCHARSET          unsetmakeenv LESSCHARSET
         setmakeenv LC_ALL C  
 }  }
   
 getarch()  getarch()

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.218

CVSweb <webmaster@jp.NetBSD.org>