Searched refs:CODEMGR_WS (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tools/
H A Dproto.sh36 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...]
/illumos-gate/usr/src/tools/scripts/
H A Dstdenv.sh40 [ -n "$OPEN_SRCDIR" ] || export OPEN_SRCDIR="$CODEMGR_WS/open_src"
H A Dbringovercheck.sh57 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 Dflg.flp.sh77 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 Dwhich_scm.sh38 # 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 Dcheckpaths.sh31 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 Dws.sh33 # 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 Dxref.sh89 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 Dsccscheck.sh79 echo "\n$0: $w: Run bringovercheck ${CODEMGR_WS} to fix this workspace.\n") 1>&2
H A Dcheckproto.sh47 if [ $# = 0 -a "${CODEMGR_WS}" != "" ]; then
48 WS=${CODEMGR_WS}
H A Dbldenv.sh226 [[ -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 found."
248 BASEWSDIR=$(basename -- "${CODEMGR_WS}")
H A Dvalidate_flg.pl174 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 Dnightly.sh808 [[ -v CODEMGR_WS ]] || fatal_error "Error: Variable CODEMGR_WS not set."
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}`
[all...]
H A Dwebrev.sh1875 if [[ -z $codemgr_ws && -n $CODEMGR_WS ]]; then
1876 codemgr_ws=$CODEMGR_WS
1877 export CODEMGR_WS
2156 CODEMGR_WS: Workspace location.
2327 # 1. hg root from CODEMGR_WS environment variable
2328 # 1a. hg root from CODEMGR_WS/usr/closed if we're somewhere under
2333 testparent=${CODEMGR_WS}/usr/closed
2343 testparent=${CODEMGR_WS}
2352 # 1. git rev-parse --git-dir from CODEMGR_WS environment variable
2355 [[ -z $codemgr_ws && -n $CODEMGR_WS ]]
[all...]
H A Donbld_elfmod.pm155 if (defined($ENV{CODEMGR_WS})) {
156 $file = "$ENV{CODEMGR_WS}/exception_lists/$name";
H A Dinterface_cmp.pl103 if (defined($ENV{CODEMGR_WS})) {
104 $file = "$ENV{CODEMGR_WS}/exception_lists/interface_cmp";
H A DInstall.sh823 ENV_PATH=$CODEMGR_WS
H A Dcheck_rtime.pl1092 } elsif ($ENV{CODEMGR_WS}) {
/illumos-gate/usr/src/cmd/idmap/nltest/
H A DRun.sh21 [ -n "$CODEMGR_WS" ] || {
22 echo "Need a buildenv to set CODEMGR_WS=..."
27 ROOT=${CODEMGR_WS}/proto/root_i386
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh50 # CODEMGR_WS - where is your workspace at
51 #export CODEMGR_WS="$HOME/ws/illumos-gate"
52 export CODEMGR_WS="`git rev-parse --show-toplevel`"
121 export ATLOG="$CODEMGR_WS/log"
130 export ON_CLOSED_BINS="$CODEMGR_WS/closed"
139 export ROOT="$CODEMGR_WS/proto/root_${MACH}"
140 export SRC="$CODEMGR_WS/usr/src"
173 export PKGARCHIVE="${CODEMGR_WS}/packages/${MACH}/nightly"
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dmdb.sh45 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 Dmkmodules.sh61 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"
/illumos-gate/usr/src/
H A DMakefile149 (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) )
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh42 if [[ -n "$CODEMGR_WS" ]]; then
43 sysroot=$CODEMGR_WS/proto/root_$isa
/illumos-gate/usr/src/pkg/
H A DMakefile435 # Before publishing, we want to pull the license files from $CODEMGR_WS
437 # $CODEMGR_WS) as a basedir for publication.
678 # content without reference to $CODEMGR_WS during publication.
690 $(EXCEPTIONS:%=-e $(CODEMGR_WS)/exception_lists/%) \
695 -e $(CODEMGR_WS)/exception_lists/pmodes

Completed in 207 milliseconds