Home
last modified time | relevance | path

Searched refs:ON_CLOSED_BINS (Results 1 – 2 of 2) sorted by relevance

/titanic_51/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."; \
/titanic_51/usr/src/tools/env/
H A Dillumos.sh133 export ON_CLOSED_BINS="$CODEMGR_WS/closed"