/titanic_51/usr/src/cmd/sgs/tools/ |
H A D | proto.sh | 36 if [ "X$CODEMGR_WS" = "X" -o "X$MACH" = "X" ] ; then 37 echo "usage: CODEMGR_WS and MACH environment variables must be set" 59 dirs=" $CODEMGR_WS/proto \ 60 $CODEMGR_WS/proto/root_$MACH \ 61 $CODEMGR_WS/proto/root_$MACH/lib \ 62 $CODEMGR_WS/proto/root_$MACH/usr \ 63 $CODEMGR_WS/proto/root_$MACH/usr/demo \ 64 $CODEMGR_WS/proto/root_$MACH/usr/lib \ 65 $CODEMGR_WS/proto/root_$MACH/usr/lib/abi \ 66 $CODEMGR_WS/prot [all...] |
/titanic_51/usr/src/tools/scripts/ |
H A D | flg.flp.sh | 77 if [[ -d $CODEMGR_WS/$dir ]]; then 78 cd $CODEMGR_WS 87 if [[ -d $CODEMGR_WS/$dir ]]; then 103 [ -f $CODEMGR_WS/$1 ] && echo $1 | prpath 108 # to $CODEMGR_WS. Although def.dir.flp allows for situations in which the 115 . $CODEMGR_WS/$1 152 # $CURTREE may be a subdirectory of $CODEMGR_WS, or it 153 # may be the root of $CODEMGR_WS. We want to strip it 158 reltree=${CURTREE##$CODEMGR_WS?(/)} 177 which_scm | read SCM_MODE CODEMGR_WS || exi [all...] |
H A D | checkpaths.sh | 31 SRC=$CODEMGR_WS/usr/src 34 if [ -z "$CODEMGR_WS" -o ! -d "$CODEMGR_WS" -o ! -d "$SRC" ]; then 39 cd $CODEMGR_WS || exit 1 59 rootlist="$CODEMGR_WS/proto/root_sparc $CODEMGR_WS/proto/root_i386" 89 e="$CODEMGR_WS/exception_lists/packaging"
|
H A D | bringovercheck.sh | 57 CODEMGR_WS="$1" 59 if [ ! -d "${CODEMGR_WS}" ]; then 60 echo "${CODEMGR_WS}: not a directory" 1>&2 65 if [ ! -f "${CODEMGR_WS}"/Codemgr_wsdata/nametable ]; then 66 echo "${CODEMGR_WS}: not a workspace (no Codemgr_wsdata/nametable)" 1>&2 71 cd ${CODEMGR_WS} &&
|
H A D | ws.sh | 33 # CODEMGR_WS 126 if env CODEMGR_WS="" $WHICH_SCM | read SCM_MODE tmpwsname && \ 179 # absolute pathname in order to set CODEMGR_WS. 204 (cd $wsname && env CODEMGR_WS="" $WHICH_SCM) | read SCM_MODE tmpwsname 216 CODEMGR_WS=$wsname ; export CODEMGR_WS 222 wsosdir=$CODEMGR_WS/$CM_DATA/sunos 226 wsosdir=$CODEMGR_WS/$CM_DATA 230 wsosdir=$CODEMGR_WS/$CM_DATA 245 if [[ ! -w $CODEMGR_WS/ [all...] |
H A D | which_scm.sh | 38 # If the common CODEMGR_WS variable is set, then we look there for the 64 if [[ -n "$CODEMGR_WS" ]]; then 65 if [[ ! -d "$CODEMGR_WS" ]]; then 66 print -u2 "which_scm: $CODEMGR_WS is not a directory." 69 set -- $(primary_type "$CODEMGR_WS") 73 echo "$1 $CODEMGR_WS"
|
H A D | bldenv | 223 [[ -v CODEMGR_WS ]] || fatal_error "Error: Variable CODEMGR_WS not set." 224 [[ -d "${CODEMGR_WS}" ]] || fatal_error "Error: ${CODEMGR_WS} is not a directory." 225 [[ -f "${CODEMGR_WS}/usr/src/Makefile" ]] || fatal_error "Error: ${CODEMGR_WS}/usr/src/Makefile not found." 245 BASEWSDIR=$(basename -- "${CODEMGR_WS}")
|
H A D | bldenv.sh | 226 [[ -v CODEMGR_WS ]] || fatal_error "Error: Variable CODEMGR_WS not set." 227 [[ -d "${CODEMGR_WS}" ]] || fatal_error "Error: ${CODEMGR_WS} is not a directory." 228 [[ -f "${CODEMGR_WS}/usr/src/Makefile" ]] || fatal_error "Error: ${CODEMGR_WS}/usr/src/Makefile not… 248 BASEWSDIR=$(basename -- "${CODEMGR_WS}")
|
H A D | xref.sh | 89 which_scm | read SCM_MODE CODEMGR_WS || exit 1 96 export CODEMGR_WS 97 SRC=$CODEMGR_WS/usr/src export SRC 152 cd $CODEMGR_WS 153 CODEMGR_WS=`/bin/pwd` 209 reldir=${pwd##${CODEMGR_WS}/} 211 warn "directory \"$pwd\" is not beneath \$CODEMGR_WS; skipping"
|
H A D | nightly.sh | 811 [[ -d "${CODEMGR_WS}" ]] || \ 812 fatal_error "Error: ${CODEMGR_WS} is not a directory." 813 [[ -f "${CODEMGR_WS}/usr/src/Makefile" ]] || \ 814 fatal_error "Error: ${CODEMGR_WS}/usr/src/Makefile not found." 952 BASEWSDIR=$(basename $CODEMGR_WS) 1066 [ -d $CODEMGR_WS ] || newdir $CODEMGR_WS || exit 1 1167 "Nightly ${MACH} Build of `basename ${CODEMGR_WS}` ${state}." \ 1223 basews=`basename $CODEMGR_WS` 1426 CODEMGR_WS="$BRINGOVER_WS" "$WHICH_SCM" 2>/dev/null \ 1457 if [[ -d $CODEMGR_WS ]]; then [all …]
|
H A D | nightly | 806 [[ -v CODEMGR_WS ]] || fatal_error "Error: Variable CODEMGR_WS not set." 809 [[ -d "${CODEMGR_WS}" ]] || \ 810 fatal_error "Error: ${CODEMGR_WS} is not a directory." 811 [[ -f "${CODEMGR_WS}/usr/src/Makefile" ]] || \ 812 fatal_error "Error: ${CODEMGR_WS}/usr/src/Makefile not found." 950 BASEWSDIR=$(basename $CODEMGR_WS) 1064 [ -d $CODEMGR_WS ] || newdir $CODEMGR_WS || exit 1 1169 "Nightly ${MACH} Build of `basename ${CODEMGR_WS}` [all...] |
H A D | webrev.sh | 1823 if [[ -z $codemgr_ws && -n $CODEMGR_WS ]]; then 1824 codemgr_ws=$CODEMGR_WS 1825 export CODEMGR_WS 2024 CODEMGR_WS: Workspace location. 2182 # 1. git rev-parse --git-dir from CODEMGR_WS environment variable 2185 [[ -z $codemgr_ws && -n $CODEMGR_WS ]] && \ 2186 codemgr_ws=$($GIT --git-dir=$CODEMGR_WS/.git rev-parse --git-dir \ 2200 # 1. CODEMGR_WS from environment 2203 if [[ -n $CODEMGR_WS && -d $CODEMGR_WS/ [all...] |
H A D | validate_flg.pl | 174 die "$0: \$CODEMGR_WS must be set\n" if $ENV{CODEMGR_WS} eq ""; 175 chdir $ENV{CODEMGR_WS} or die "$0: chdir $ENV{CODEMGR_WS}: $!\n";
|
H A D | stdenv.sh | 40 [ -n "$OPEN_SRCDIR" ] || export OPEN_SRCDIR="$CODEMGR_WS/open_src"
|
H A D | sccscheck.sh | 79 echo "\n$0: $w: Run bringovercheck ${CODEMGR_WS} to fix this workspace.\n") 1>&2
|
H A D | checkproto.sh | 47 if [ $# = 0 -a "${CODEMGR_WS}" != "" ]; then 48 WS=${CODEMGR_WS}
|
/titanic_51/usr/src/tools/env/ |
H A D | illumos.sh | 53 # CODEMGR_WS - where is your workspace at 54 #export CODEMGR_WS="$HOME/ws/illumos-gate" 55 export CODEMGR_WS="`git rev-parse --show-toplevel`" 124 export ATLOG="$CODEMGR_WS/log" 133 export ON_CLOSED_BINS="$CODEMGR_WS/closed" 142 export ROOT="$CODEMGR_WS/proto/root_${MACH}" 143 export SRC="$CODEMGR_WS/usr/src" 176 export PKGARCHIVE="${CODEMGR_WS}/packages/${MACH}/nightly"
|
/titanic_51/usr/src/cmd/mdb/tools/scripts/ |
H A D | mdb.sh | 45 if [ -n "$CODEMGR_WS" -a -x $CODEMGR_WS/proto/root_$mach/usr/bin/mdb ]; then 46 mdb_exec=$CODEMGR_WS/proto/root_$mach/usr/bin/mdb 47 root=$CODEMGR_WS/proto/root_$mach 130 # mdb from $CODEMGR_WS, set LD_LIBRARY_PATH accordingly. This allows mdb to 135 if [ -n "$build" -o "$root" = "$CODEMGR_WS/proto/root_$mach" ]; then
|
H A D | mkmodules.sh | 61 if [ -z "$SRC" -a -z "$CODEMGR_WS" ]; then 62 echo "$PNAME: \$SRC or \$CODEMGR_WS must be set" >& 2 72 SRC="$CODEMGR_WS/usr/src"
|
/titanic_51/usr/src/data/zoneinfo/ |
H A D | update_manifest | 17 if [[ ! -v CODEMGR_WS ]] || (($# < 1)); then 20 \$CODEMGR_WS/usr/src/data/zoneinfo 25 MANIFEST=$CODEMGR_WS/usr/src/pkg/manifests/system-data-zoneinfo.mf
|
H A D | README.illumos | 31 northamerica southamerica $CODEMGR_WS/usr/src/data/zoneinfo 36 $ cp iso3166.tab $CODEMGR_WS/usr/src/data/zoneinfo/country.tab 37 $ cp zone.tab $CODEMGR_WS/usr/src/data/zoneinfo/zone.tab.txt 45 $ cd $CODEMGR_WS/usr/src/data/zoneinfo 64 lines in all files under $CODEMGR_WS/usr/src/data/zoneinfo/ 78 $CODEMGR_WS/usr/src/pkg/manifests/system-data-zoneinfo.mf to ensure it has
|
/titanic_51/usr/src/cmd/idmap/nltest/ |
H A D | Run.sh | 21 [ -n "$CODEMGR_WS" ] || { 22 echo "Need a buildenv to set CODEMGR_WS=..." 27 ROOT=${CODEMGR_WS}/proto/root_i386
|
/titanic_51/usr/src/ |
H A D | Makefile | 149 (cd $(CODEMGR_WS); \ 151 CLOSED_ROOT="$(CODEMGR_WS)/closed/root_$(MACH)$${RELEASE_BUILD+-nd}"; \ 162 $(TAR) cfX - $(CODEMGR_WS)/exception_lists/closed-bins .) | \ 166 $(EGREP) -vf $(CODEMGR_WS)/exception_lists/closed-bins) )
|
/titanic_51/usr/src/pkg/ |
H A D | Makefile.lic | 39 $(LICROOT)/usr/src/%: $(CODEMGR_WS)/usr/src/%
|
/titanic_51/usr/src/cmd/idmap/test-getdc/ |
H A D | .dbxrc | 19 setenv ROOT ${CODEMGR_WS}/proto/root_i386
|