Searched refs:workspace (Results 1 - 6 of 6) sorted by relevance
| /solaris-userland/tools/ |
| H A D | gen-components | 109 # Userland workspace. 153 def find_p5m_dirs(workspace): 155 for dir, _, files in os.walk(workspace + "/components"): 193 def gen_reports(workspace, component_dir): 198 makefiles = "-f Makefile -f %s/make-rules/component-report" % workspace 214 # from the repo associated with this Userland workspace. 289 Repo containing the packages associated with this Userland workspace 291 -w --workspace 292 Location of the Userland workspace 299 workspace [all...] |
| H A D | bass-o-matic | 131 workspace = os.getenv('WS_TOP') 135 [ "debug", "workspace=", "components=", 142 if opt in [ "-w", "--workspace" ]: 143 workspace = arg 157 component_paths = FindComponentPaths(workspace, debug)
|
| /solaris-userland/components/ |
| H A D | Makefile | 32 # COMPONENT_DIRS macro with a list of all directories in the workspace that 36 @$(BASS_O_MATIC) --workspace=$(WS_TOP) --components=paths \ 45 @cat $(shell $(BASS_O_MATIC) --workspace=$(WS_TOP) --components=paths \
|
| /solaris-userland/make-rules/ |
| H A D | environment.mk | 53 # with /ws (tools mountpoint) and /builds (workspace mountpoint) mounted
|
| H A D | ips.mk | 493 # If there were no canonical manifests in the workspace, nothing will 498 # workspace.
|
| H A D | shared-macros.mk | 46 # The workspace starts at the parent of the make-rules directory,
|
Completed in 24 milliseconds