make-rules/shared-macros.mk
changeset 4439 94148b6e4407
parent 4359 93edfb908c2a
child 4490 5a5296580120
equal deleted inserted replaced
4438:5c17d084f39b 4439:94148b6e4407
    76 # some things don't build properly in non-C locales,
    76 # some things don't build properly in non-C locales,
    77 # so lets stay there
    77 # so lets stay there
    78 export LC_ALL=C
    78 export LC_ALL=C
    79 
    79 
    80 SHELL=	/bin/bash
    80 SHELL=	/bin/bash
       
    81 
       
    82 # If we are building "pre-release" software for the Solaris release repository
       
    83 # we want the PUBLISHER to be "solaris".
       
    84 ifeq ($(BUILD_TYPE),pre-release)
       
    85 PUBLISHER = solaris
       
    86 endif
    81 
    87 
    82 # We want "nightly" as our publisher, to match other consolidations and
    88 # We want "nightly" as our publisher, to match other consolidations and
    83 # facilitate migrations.  G11N wants $(CONSOLIDATION)-localizable for
    89 # facilitate migrations.  G11N wants $(CONSOLIDATION)-localizable for
    84 # the localizable publisher.
    90 # the localizable publisher.
    85 CONSOLIDATION =	userland
    91 CONSOLIDATION =	userland