[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.96 and 1.97

version 1.96, 2003/04/26 18:42:34 version 1.97, 2003/05/08 12:49:45
Line 91  initdefaults()
Line 91  initdefaults()
         # Some systems have a small ARG_MAX.  -X prevents make(1) from          # Some systems have a small ARG_MAX.  -X prevents make(1) from
         # exporting variables in the environment redundantly.          # exporting variables in the environment redundantly.
         case "${uname_s}" in          case "${uname_s}" in
         Darwin | FreeBSD)          Darwin | FreeBSD | CYGWIN*)
                 MAKEFLAGS=-X                  MAKEFLAGS=-X
                 ;;                  ;;
         *)          *)

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

CVSweb <webmaster@jp.NetBSD.org>