Home
last modified time | relevance | path

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

12

/titanic_51/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...]
/titanic_51/usr/src/tools/scripts/
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 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 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 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 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 Dbldenv223 [[ -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 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…
248 BASEWSDIR=$(basename -- "${CODEMGR_WS}")
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 Dnightly.sh811 [[ -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 Dnightly806 [[ -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 Dwebrev.sh1823 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 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 Dstdenv.sh40 [ -n "$OPEN_SRCDIR" ] || export OPEN_SRCDIR="$CODEMGR_WS/open_src"
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}
/titanic_51/usr/src/tools/env/
H A Dillumos.sh53 # 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 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"
/titanic_51/usr/src/data/zoneinfo/
H A Dupdate_manifest17 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 DREADME.illumos31 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 DRun.sh21 [ -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 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) )
/titanic_51/usr/src/pkg/
H A DMakefile.lic39 $(LICROOT)/usr/src/%: $(CODEMGR_WS)/usr/src/%
/titanic_51/usr/src/cmd/idmap/test-getdc/
H A D.dbxrc19 setenv ROOT ${CODEMGR_WS}/proto/root_i386

12