[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.191 and 1.192

version 1.191, 2008/08/05 22:35:32 version 1.192, 2008/08/08 07:30:42
Line 1022  validatemakeparams()
Line 1022  validatemakeparams()
                                 "directory ${top_obj_dir}"                                  "directory ${top_obj_dir}"
                         ;;                          ;;
                 *)                  *)
                         # we probably failed to set it above                          # We don't know what the top level object
                         bomb "Please use the -O or -M option" \                          # directory should be, so we can't create it.
                                 "to set the object directory"                          # A nonexistant directory might cause an error
                           # when we "make obj" later, but we ignore it for
                           # now.
                         ;;                          ;;
                 esac                  esac
   

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192

CVSweb <webmaster@jp.NetBSD.org>