make-rules/ips-buildinfo.mk
branchs11u2-sru
changeset 3938 2119d1ffee82
parent 3862 0e46f6a07b7f
child 3972 8ac0f2a51fb0
equal deleted inserted replaced
3933:7958c3b86a41 3938:2119d1ffee82
    53 #
    53 #
    54 # Support Respository Update number. This is here to reserve space within the
    54 # Support Respository Update number. This is here to reserve space within the
    55 # version string. Typically it should not be set unless all the packages
    55 # version string. Typically it should not be set unless all the packages
    56 # are being delivered within an SRU.
    56 # are being delivered within an SRU.
    57 #
    57 #
    58 SRUNUM ?= 8
    58 SRUNUM ?= 9
    59 
    59 
    60 #
    60 #
    61 # Platform number. This is here to reserve space within the version
    61 # Platform number. This is here to reserve space within the version
    62 # string. It should not be set unless there is a specific need to
    62 # string. It should not be set unless there is a specific need to
    63 # release a platform update while the Solaris Update is being built.
    63 # release a platform update while the Solaris Update is being built.
    67 #
    67 #
    68 # Build Identifier. Used to indicate which build (or respin for
    68 # Build Identifier. Used to indicate which build (or respin for
    69 # the development build) of the Solaris Update is being built.
    69 # the development build) of the Solaris Update is being built.
    70 # This is set by the gatekeepers.
    70 # This is set by the gatekeepers.
    71 #
    71 #
    72 BUILDID ?= 4
    72 BUILDID ?= 2
    73 
    73 
    74 # Each (nightly) build of the code that produces packages needs to
    74 # Each (nightly) build of the code that produces packages needs to
    75 # be uniquely identified so that packages produced by different
    75 # be uniquely identified so that packages produced by different
    76 # builds can't be mixed.  Mixing packages from different builds can
    76 # builds can't be mixed.  Mixing packages from different builds can
    77 # easily result in broken global and nonglobal zones.
    77 # easily result in broken global and nonglobal zones.