make-rules/shared-macros.mk
changeset 4490 5a5296580120
parent 4439 94148b6e4407
child 4520 56630cd6ade3
equal deleted inserted replaced
4486:8a12763ec19a 4490:5a5296580120
    53 WS_LOGS =	$(WS_MACH)/logs
    53 WS_LOGS =	$(WS_MACH)/logs
    54 WS_REPO =	$(WS_MACH)/repo
    54 WS_REPO =	$(WS_MACH)/repo
    55 WS_TOOLS =	$(WS_TOP)/tools
    55 WS_TOOLS =	$(WS_TOP)/tools
    56 WS_MAKE_RULES =	$(WS_TOP)/make-rules
    56 WS_MAKE_RULES =	$(WS_TOP)/make-rules
    57 WS_COMPONENTS =	$(WS_TOP)/components
    57 WS_COMPONENTS =	$(WS_TOP)/components
       
    58 WS_LICENSES =	$(WS_TOP)/licenses
    58 WS_INCORPORATIONS =	$(WS_TOP)/incorporations
    59 WS_INCORPORATIONS =	$(WS_TOP)/incorporations
    59 WS_LINT_CACHE =	$(WS_MACH)/pkglint-cache
    60 WS_LINT_CACHE =	$(WS_MACH)/pkglint-cache
    60 
    61 
    61 # we want our pkg piplines to fail if there is an error
    62 # we want our pkg piplines to fail if there is an error
    62 # (like if pkgdepend fails in the middle of a pipe), but
    63 # (like if pkgdepend fails in the middle of a pipe), but
    77 # so lets stay there
    78 # so lets stay there
    78 export LC_ALL=C
    79 export LC_ALL=C
    79 
    80 
    80 SHELL=	/bin/bash
    81 SHELL=	/bin/bash
    81 
    82 
    82 # If we are building "pre-release" software for the Solaris release repository
    83 # If we are building "evaluation" software for the Solaris release repository
    83 # we want the PUBLISHER to be "solaris".
    84 # we want the PUBLISHER to be "solaris".
    84 ifeq ($(BUILD_TYPE),pre-release)
    85 ifeq ($(BUILD_TYPE),evaluation)
    85 PUBLISHER = solaris
    86 PUBLISHER = solaris
    86 endif
    87 endif
    87 
    88 
    88 # We want "nightly" as our publisher, to match other consolidations and
    89 # We want "nightly" as our publisher, to match other consolidations and
    89 # facilitate migrations.  G11N wants $(CONSOLIDATION)-localizable for
    90 # facilitate migrations.  G11N wants $(CONSOLIDATION)-localizable for