[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.246 and 1.247

version 1.246, 2011/08/15 14:48:00 version 1.247, 2011/08/30 12:04:12
Line 743  parseoptions()
Line 743  parseoptions()
                 -M)                  -M)
                         eval ${optargcmd}; resolvepath OPTARG                          eval ${optargcmd}; resolvepath OPTARG
                         case "${OPTARG}" in                          case "${OPTARG}" in
                         \$*)    usage "-M argument must not begin with '$'"                          \$*)    usage "-M argument must not begin with '\$'"
                                 ;;                                  ;;
                         *\$*)   # can use resolvepath, but can't set TOP_objdir                          *\$*)   # can use resolvepath, but can't set TOP_objdir
                                 resolvepath OPTARG                                  resolvepath OPTARG
Line 782  parseoptions()
Line 782  parseoptions()
                 -O)                  -O)
                         eval ${optargcmd}                          eval ${optargcmd}
                         case "${OPTARG}" in                          case "${OPTARG}" in
                         *\$*)   usage "-O argument must not contain '$'"                          *\$*)   usage "-O argument must not contain '\$'"
                                 ;;                                  ;;
                         *)      resolvepath OPTARG                          *)      resolvepath OPTARG
                                 TOP_objdir="${OPTARG}"                                  TOP_objdir="${OPTARG}"

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.247

CVSweb <webmaster@jp.NetBSD.org>