[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.282 and 1.283

version 1.282, 2014/06/14 12:25:00 version 1.283, 2014/07/06 17:35:09
Line 695  getarch()
Line 695  getarch()
                 line="${line%%#*}" # ignore comments                  line="${line%%#*}" # ignore comments
                 line="$( IFS=" ${tab}" ; echo $line )" # normalise white space                  line="$( IFS=" ${tab}" ; echo $line )" # normalise white space
                 case "${line} " in                  case "${line} " in
                 "")                  " ")
                         # skip blank lines or comment lines                          # skip blank lines or comment lines
                         continue                          continue
                         ;;                          ;;
Line 770  validatearch()
Line 770  validatearch()
                 line="${line%%#*}" # ignore comments                  line="${line%%#*}" # ignore comments
                 line="$( IFS=" ${tab}" ; echo $line )" # normalise white space                  line="$( IFS=" ${tab}" ; echo $line )" # normalise white space
                 case "${line} " in                  case "${line} " in
                 "")                  " ")
                         # skip blank lines or comment lines                          # skip blank lines or comment lines
                         continue                          continue
                         ;;                          ;;

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.283

CVSweb <webmaster@jp.NetBSD.org>