Lines Matching refs:build
37 unset mdb_exec build root # Local variables
83 build=`echo "$1" | tr -d -`
88 build=`echo "$1" | tr -d -`
89 if [ $build -lt 10 ]; then
90 build=${os_name}_0$build
92 build=${os_name}_$build
98 build=${os_name}_`echo "$1" | cut -c2- | tr '[A-Z]' '[a-z]'`
102 -B) build=$os_rel/Beta; shift ;;
103 -U) build=$os_rel/Beta_Update; shift ;;
104 -G) build=$os_rel/Generic; shift ;;
112 echo "\t-s<bld> Use proto area for specified build"
114 echo "\t-[0-9]+ Use proto area for specified build of $os_name"
115 echo "\t-B Use proto area for $os_rel Beta build"
116 echo "\t-G Use proto area for $os_rel Generic build\n"
117 echo "\t-U Use proto area for $os_rel Beta_Update build"
123 # If a build was specified, using the corresponding proto area from $mdb_lib.
126 [ -n "$build" ] && root=$mdb_lib/$mach/$build
129 # If a proto area was set either by specifying a build number, or by using
131 # pick up the appropriate libkvm.so to examine dumps from that build.
133 # its default macro include and module library paths to use the build root.
135 if [ -n "$build" -o "$root" = "$CODEMGR_WS/proto/root_$mach" ]; then
136 if [ -n "$build" -a ! -d $root ]; then