[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.134 and 1.135

version 1.134, 2004/10/13 23:28:34 version 1.135, 2005/03/26 06:02:13
Line 858  createmakewrapper()
Line 858  createmakewrapper()
                 makewrapout=">>\${makewrapper}"                  makewrapout=">>\${makewrapper}"
         fi          fi
   
           case "${uname_s}" in
           OpenBSD)
                   set +o braceexpand
                   ;;
           esac
   
         eval cat <<EOF ${makewrapout}          eval cat <<EOF ${makewrapout}
 #! /bin/sh  #! /bin/sh
 # Set proper variables to allow easy "make" building of a NetBSD subtree.  # Set proper variables to allow easy "make" building of a NetBSD subtree.

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

CVSweb <webmaster@jp.NetBSD.org>