[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.94 and 1.95

version 1.94, 2003/03/07 01:22:16 version 1.95, 2003/03/14 05:22:50
Line 88  initdefaults()
Line 88  initdefaults()
   
         # Set defaults.          # Set defaults.
         toolprefix=nb          toolprefix=nb
         MAKEFLAGS=          # Some systems have a small ARG_MAX.  -X prevents make(1) from
           # exporting variables in the environment redundantly.
           case "${uname_s}" in
           Darwin | FreeBSD)
                   MAKEFLAGS=-X
                   ;;
           *)
                   MAKEFLAGS=
                   ;;
           esac
         makeenv=          makeenv=
         makewrapper=          makewrapper=
         runcmd=          runcmd=

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

CVSweb <webmaster@jp.NetBSD.org>