Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/tools/scripts/
H A Dflg.flp.sh79 if [[ -d $CODEMGR_WS/$dir ]]; then
80 cd $CODEMGR_WS
89 if [[ -d $CODEMGR_WS/$dir ]]; then
105 [ -f $CODEMGR_WS/$1 ] && echo $1 | prpath
117 . $CODEMGR_WS/$1
179 which_scm | read SCM_MODE CODEMGR_WS || exit 1
215 elif [[ -d "$CODEMGR_WS/$1" ]]; then
216 SUBTREE="$CODEMGR_WS/$1"
236 cd $CODEMGR_WS
237 CODEMGR_WS=$(/bin/pwd)
[all …]
H A Dcheckpaths.sh30 SRC=$CODEMGR_WS/usr/src
33 if [ -z "$CODEMGR_WS" -o ! -d "$CODEMGR_WS" -o ! -d "$SRC" ]; then
38 cd $CODEMGR_WS || exit 1
58 rootlist="$CODEMGR_WS/proto/root_sparc $CODEMGR_WS/proto/root_i386"
H A Dws.sh126 if env CODEMGR_WS="" $WHICH_SCM | read SCM_MODE tmpwsname && \
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/$CM_DATA ]]; then
286 PROTO1=\$CODEMGR_WS/proto
296 parent=\`workspace parent \$CODEMGR_WS\`
304 parent=\`(cd \$CODEMGR_WS && hg path default 2>/dev/null)\`
H A Dwhich_scm.sh67 if [[ -n "$CODEMGR_WS" ]]; then
68 if [[ ! -d "$CODEMGR_WS" ]]; then
69 print -u2 "which_scm: $CODEMGR_WS is not a directory."
72 set -- $(primary_type "$CODEMGR_WS")
76 echo "$1 $CODEMGR_WS"
H A Dbldenv230 [[ -v CODEMGR_WS ]] || fatal_error "Error: Variable CODEMGR_WS not set."
231 [[ -d "${CODEMGR_WS}" ]] || fatal_error "Error: ${CODEMGR_WS} is not a directory."
232 [[ -f "${CODEMGR_WS}/usr/src/Makefile" ]] || fatal_error "Error: ${CODEMGR_WS}/usr/src/Makefile not…
255 basews=$(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`
H A Dnightly681 [[ -d "${CODEMGR_WS}" ]] || \
820 basews="$(basename "$CODEMGR_WS")"
943 [ -d $CODEMGR_WS ] || newdir $CODEMGR_WS || exit 1
1303 if [[ -d $CODEMGR_WS ]]; then
1389 if [[ ! -d $CODEMGR_WS/.hg ]]; then
1390 staffer hg init $CODEMGR_WS
1471 staffer hg --cwd $CODEMGR_WS merge \
1475 "$CODEMGR_WS"
1555 [[ -d "${CODEMGR_WS}" ]] || fatal_error "Error: ${CODEMGR_WS} is not a directory."
1556 [[ -f "${CODEMGR_WS}/usr/src/Makefile" ]] || fatal_error "Error: ${CODEMGR_WS}/usr/src/Makefile not…
[all …]
H A Dwebrev.sh2074 codemgr_ws=$CODEMGR_WS
2075 export CODEMGR_WS
2437 [[ -z $codemgr_ws && -n $CODEMGR_WS ]] && \
2450 if [[ -n $CODEMGR_WS && -d $CODEMGR_WS/.svn ]]; then
2451 CWS=$CODEMGR_WS
2471 CWS=${CODEMGR_WS:-.}
2555 if [[ -z $wxfile && -n $CODEMGR_WS ]]; then
2556 if [[ -r $CODEMGR_WS/wx/active ]]; then
2557 wxfile=$CODEMGR_WS/wx/active
2712 if [[ -z $CODEMGR_WS ]]; then
[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 Donbld_elfmod.pm155 if (defined($ENV{CODEMGR_WS})) {
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh54 export CODEMGR_WS="${CODEMGR_WS:-`git rev-parse --show-toplevel`}"
206 export ATLOG="$CODEMGR_WS/log"
224 export ROOT="$CODEMGR_WS/proto/root_${MACH}"
225 export SRC="$CODEMGR_WS/usr/src"
258 export PKGARCHIVE="${CODEMGR_WS}/packages/${MACH}/nightly"
283 SMATCHBIN=$CODEMGR_WS/usr/src/tools/proto/root_$MACH-nd/opt/onbld/bin/$MACH/smatch
/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
135 if [ -n "$build" -o "$root" = "$CODEMGR_WS/proto/root_$mach" ]; then
H A Dmkmodules.sh61 if [ -z "$SRC" -a -z "$CODEMGR_WS" ]; then
72 SRC="$CODEMGR_WS/usr/src"
/illumos-gate/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.p5m
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.p5m to ensure it has
/illumos-gate/usr/src/cmd/idmap/nltest/
H A DRun.sh21 [ -n "$CODEMGR_WS" ] || {
27 ROOT=${CODEMGR_WS}/proto/root_i386
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A DRun.sh21 [ -n "$CODEMGR_WS" ] || {
26 ROOT=${CODEMGR_WS}/proto/root_i386
H A D.dbxrc19 setenv ROOT ${CODEMGR_WS}/proto/root_i386
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A DRun.sh21 [ -n "$CODEMGR_WS" ] || {
26 ROOT=${CODEMGR_WS}/proto/root_i386
/illumos-gate/usr/src/
H A DMakefile141 (cd $(CODEMGR_WS); \
154 $(TAR) cfX - $(CODEMGR_WS)/exception_lists/closed-bins .) | \
159 $(EGREP) -vf $(CODEMGR_WS)/exception_lists/closed-bins) )
/illumos-gate/usr/src/pkg/
H A DMakefile.lic39 $(LICROOT)/usr/src/%: $(CODEMGR_WS)/usr/src/%
H A DMakefile686 $(EXCEPTIONS:%=-e $(CODEMGR_WS)/exception_lists/%) \
691 -e $(CODEMGR_WS)/exception_lists/pmodes
695 $(PKGDEBUG)$(GREP) pkg:/ $(CODEMGR_WS)/exception_lists/packaging.deps \
/illumos-gate/usr/src/cmd/idmap/test-getdc/
H A D.dbxrc19 setenv ROOT ${CODEMGR_WS}/proto/root_i386
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh41 if [[ -n "$CODEMGR_WS" ]]; then
42 sysroot=$CODEMGR_WS/proto/root_$isa
/illumos-gate/usr/src/tools/
H A DMakefile.tools99 $(ROOTONBLDETCEXCEPT)/%: $(CODEMGR_WS)/exception_lists/%

12