make-rules/shared-macros.mk
changeset 4490 5a5296580120
parent 4439 94148b6e4407
child 4520 56630cd6ade3
--- a/make-rules/shared-macros.mk	Mon Jun 15 17:59:44 2015 -0700
+++ b/make-rules/shared-macros.mk	Mon Jun 15 10:53:55 2015 -0700
@@ -55,6 +55,7 @@
 WS_TOOLS =	$(WS_TOP)/tools
 WS_MAKE_RULES =	$(WS_TOP)/make-rules
 WS_COMPONENTS =	$(WS_TOP)/components
+WS_LICENSES =	$(WS_TOP)/licenses
 WS_INCORPORATIONS =	$(WS_TOP)/incorporations
 WS_LINT_CACHE =	$(WS_MACH)/pkglint-cache
 
@@ -79,9 +80,9 @@
 
 SHELL=	/bin/bash
 
-# If we are building "pre-release" software for the Solaris release repository
+# If we are building "evaluation" software for the Solaris release repository
 # we want the PUBLISHER to be "solaris".
-ifeq ($(BUILD_TYPE),pre-release)
+ifeq ($(BUILD_TYPE),evaluation)
 PUBLISHER = solaris
 endif