components/meta-packages/history/Makefile
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Fri, 10 Oct 2014 10:07:08 -0700
branchs11-update
changeset 3476 c35c8f1a6df1
parent 2994 3705b92dce6a
child 3996 20c0f21bbe1e
permissions -rw-r--r--
18139749 userland-incorporator should allow generation of multiple incorporations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
145
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
2994
3705b92dce6a 17591620 ruby 1.9 should not have its *.rb text files under amd64/sparcv9 directories
April Chin <april.chin@oracle.com>
parents: 2710
diff changeset
    21
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
145
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    24
include ../../../make-rules/shared-macros.mk
187
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    25
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    26
# $(WS_TOP)/make-rules/ips.mk really isn't set up to allow you to bypass all
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    27
# the automatic (and lengthy) manifest manipulation that it does, which we
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    28
# really don't need to do for these static, uninteresting packages.  So we just
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    29
# write a simple set of publication rules to get the packages into the repo.
145
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
187
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    31
PKGSEND =	/usr/bin/pkgsend
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    32
PKGLINT =	/usr/bin/pkglint
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    33
PKGMOGRIFY =	/usr/bin/pkgmogrify
145
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    34
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 197
diff changeset
    35
COMPONENT_NAME=		"Package History"
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 197
diff changeset
    36
COMPONENT_BUGDB=	gate-stuff/userland
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 197
diff changeset
    37
187
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    38
CANONICAL_MANIFESTS =	$(wildcard *.p5m)
197
fd801ec0737c 7038707 move acpidump to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 192
diff changeset
    39
ARCH_MANIFESTS =	$(wildcard *.p5m.$(MACH))
fd801ec0737c 7038707 move acpidump to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 192
diff changeset
    40
GENERATED_ARCH_MANIFESTS =	$(ARCH_MANIFESTS:%.p5m.$(MACH)=%.p5m)
fd801ec0737c 7038707 move acpidump to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 192
diff changeset
    41
CANONICAL_MANIFESTS +=  $(GENERATED_ARCH_MANIFESTS)
fd801ec0737c 7038707 move acpidump to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 192
diff changeset
    42
187
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    43
MANIFEST_BASE =		$(BUILD_DIR)/manifest-$(MACH)
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    44
MOGRIFIED =		$(CANONICAL_MANIFESTS:%.p5m=$(MANIFEST_BASE)-%.mogrified)
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    45
PUBLISHED =		$(CANONICAL_MANIFESTS:%.p5m=$(MANIFEST_BASE)-%.published)
145
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    46
192
770850e7b61c 7036473 dependency resolution should happen in one step for all component's packages (fix history targets)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 191
diff changeset
    47
download prep build install:
770850e7b61c 7036473 dependency resolution should happen in one step for all component's packages (fix history targets)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 191
diff changeset
    48
	@echo "nothing to be done for $@"
770850e7b61c 7036473 dependency resolution should happen in one step for all component's packages (fix history targets)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 191
diff changeset
    49
145
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    50
$(BUILD_DIR):
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    51
	$(MKDIR) $@
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    52
187
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    53
$(MANIFEST_BASE)-%.mogrified: %.p5m $(BUILD_DIR)
3476
c35c8f1a6df1 18139749 userland-incorporator should allow generation of multiple incorporations
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 2994
diff changeset
    54
	$(PKGMOGRIFY) -D CONSOLIDATION=$(CONSOLIDATION) $< \
c35c8f1a6df1 18139749 userland-incorporator should allow generation of multiple incorporations
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 2994
diff changeset
    55
	              $(WS_TOP)/transforms/incorporate > $@
187
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    56
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    57
$(MANIFEST_BASE)-%.published: $(MANIFEST_BASE)-%.mogrified $(BUILD_DIR)
2710
3c5579720afc 17231570 full userland build sporadically fails during 'pkgsend publish'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 2434
diff changeset
    58
	$(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest --no-catalog $<
191
75b0ee5251ca 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages top-level build)
Danek Duvall <danek.duvall@oracle.com>
parents: 187
diff changeset
    59
	$(CP) $< $@
145
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    60
187
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    61
$(BUILD_DIR)/.linted-$(MACH): $(MOGRIFIED) $(BUILD_DIR)
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    62
	$(ENV) PYTHONPATH=$(WS_TOOLS)/python \
2994
3705b92dce6a 17591620 ruby 1.9 should not have its *.rb text files under amd64/sparcv9 directories
April Chin <april.chin@oracle.com>
parents: 2710
diff changeset
    63
		SOLARIS_VERSION=$(SOLARIS_VERSION) \
187
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    64
		$(PKGLINT) $(CANONICAL_REPO:%=-c $(WS_LINT_CACHE)) \
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    65
			-f $(WS_TOOLS)/pkglintrc $(MOGRIFIED)
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    66
	$(TOUCH) $@
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    67
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    68
$(BUILD_DIR)/.published-$(MACH): $(BUILD_DIR)/.linted-$(MACH) $(PUBLISHED)
2710
3c5579720afc 17231570 full userland build sporadically fails during 'pkgsend publish'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 2434
diff changeset
    69
ifndef DISABLE_IPS_CATALOG_AND_INDEX_UPDATES
3c5579720afc 17231570 full userland build sporadically fails during 'pkgsend publish'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 2434
diff changeset
    70
	$(PKGREPO) refresh -s $(PKG_REPO)
3c5579720afc 17231570 full userland build sporadically fails during 'pkgsend publish'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 2434
diff changeset
    71
endif
187
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    72
	$(TOUCH) $@
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    73
80d8cb349fea 7036473 dependency resolution should happen in one step for all component's packages (fix historical packages build)
Danek Duvall <danek.duvall@oracle.com>
parents: 145
diff changeset
    74
publish: $(BUILD_DIR)/.published-$(MACH)
145
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    75
197
fd801ec0737c 7038707 move acpidump to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 192
diff changeset
    76
%.p5m: 	%.p5m.$(MACH)
fd801ec0737c 7038707 move acpidump to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 192
diff changeset
    77
	$(CP) $< $@
fd801ec0737c 7038707 move acpidump to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 192
diff changeset
    78
	
145
1e2390f5555e 7020836 revert workaround in 7014413 now that pkglint doesn't complain
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    79
clobber clean:
197
fd801ec0737c 7038707 move acpidump to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 192
diff changeset
    80
	$(RM) -r $(BUILD_DIR) $(GENERATED_ARCH_MANIFESTS)