Searched refs:ON_CLOSED_BINS (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/env/
H A Dillumos.sh130 export ON_CLOSED_BINS="$CODEMGR_WS/closed"
/illumos-gate/usr/src/
H A DMakefile142 # If the tarballs are included inside ON_CLOSED_BINS, use those to extract and
146 @CLOSED_ROOT="$$ON_CLOSED_BINS/root_$(MACH)$${RELEASE_BUILD+-nd}"; \
147 if [ -f "$$ON_CLOSED_BINS/on-closed-bins$${RELEASE_BUILD+-nd}.$(MACH).tar.bz2" ]; then \
148 $(ECHO) "Extracting tarball $$ON_CLOSED_BINS/on-closed-bins$${RELEASE_BUILD+-nd}.$(MACH).tar.bz2"; \
150 $(TAR) xjpf $$ON_CLOSED_BINS/on-closed-bins$${RELEASE_BUILD+-nd}.$(MACH).tar.bz2); \
154 $(ECHO) "Error: ON_CLOSED_BINS must point to closed" \
157 "present in $$ON_CLOSED_BINS."; \
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh569 if [[ ! -d "$ON_CLOSED_BINS" ]]; then
570 echo "ON_CLOSED_BINS must point to the closed binaries tree."

Completed in 213 milliseconds