[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.120 and 1.121

version 1.120, 2003/10/26 02:00:37 version 1.121, 2003/10/26 02:17:46
Line 493  parseoptions()
Line 493  parseoptions()
                 -N)                  -N)
                         eval ${optargcmd}                          eval ${optargcmd}
                         case "${OPTARG}" in                          case "${OPTARG}" in
                         0|1)                          0|1|2)
                                 MAKEFLAGS="${MAKEFLAGS} -s"                                  setmakeenv MAKEVERBOSE "${OPTARG}"
                                 ;;  
                         2)  
                                 ;;                                  ;;
                         *)                          *)
                                 usage "'${OPTARG}' is not a valid value for -N"                                  usage "'${OPTARG}' is not a valid value for -N"
                                 ;;                                  ;;
                         esac                          esac
                         setmakeenv MAKEVERBOSE "${OPTARG}"  
                         ;;                          ;;
   
                 -n)                  -n)

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121

CVSweb <webmaster@jp.NetBSD.org>