components/make/make.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1251 f1fb66b52f41
child 3732 0f62cc221c7e
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
64
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
#
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
#
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
#
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    12
#
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    18
#
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    20
#
75
1f81099246e8 7017700 userland legacy actions should apply common defaults
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 64
diff changeset
    21
1f81099246e8 7017700 userland legacy actions should apply common defaults
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 64
diff changeset
    22
#
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    23
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
64
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    24
#
75
1f81099246e8 7017700 userland legacy actions should apply common defaults
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 64
diff changeset
    25
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    27
set name=pkg.fmri \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    28
    value=pkg:/developer/build/gnu-make@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    29
set name=pkg.description \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    30
    value="GNU Make is an utility which controls the generation of executables and other target files."
75
1f81099246e8 7017700 userland legacy actions should apply common defaults
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 64
diff changeset
    31
set name=pkg.summary value="A utility for directing compilation."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1066
diff changeset
    32
set name=com.oracle.info.description value="GNU make"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    34
set name=info.classification \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    35
    value=org.opensolaris.category.2008:Development/GNU
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 321
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 321
diff changeset
    38
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 321
diff changeset
    39
    value=PSARC/2000/488
64
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
321
24c9015ed25a 7031710 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/developer/build/gnu-make
Rich Burridge <rich.burridge@oracle.com>
parents: 181
diff changeset
    41
file usr/bin/gmake path=usr/gnu/bin/make
64
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    42
file path=usr/share/info/make.info
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    43
file path=usr/share/info/make.info-1
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    44
file path=usr/share/info/make.info-2
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    45
file path=usr/share/locale/be/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    46
file path=usr/share/locale/da/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    47
file path=usr/share/locale/de/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    48
file path=usr/share/locale/es/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    49
file path=usr/share/locale/fi/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    50
file path=usr/share/locale/fr/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    51
file path=usr/share/locale/ga/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    52
file path=usr/share/locale/gl/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    53
file path=usr/share/locale/he/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    54
file path=usr/share/locale/hr/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    55
file path=usr/share/locale/id/LC_MESSAGES/make.mo
726
8c41de19735e 7142513 update GNU make to 3.82
Petr Cvachoucek <petr.cvachoucek@oracle.com>
parents: 620
diff changeset
    56
file path=usr/share/locale/it/LC_MESSAGES/make.mo
64
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    57
file path=usr/share/locale/ja/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    58
file path=usr/share/locale/ko/LC_MESSAGES/make.mo
726
8c41de19735e 7142513 update GNU make to 3.82
Petr Cvachoucek <petr.cvachoucek@oracle.com>
parents: 620
diff changeset
    59
file path=usr/share/locale/lt/LC_MESSAGES/make.mo
64
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    60
file path=usr/share/locale/nl/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    61
file path=usr/share/locale/pl/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    62
file path=usr/share/locale/pt_BR/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    63
file path=usr/share/locale/ru/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    64
file path=usr/share/locale/sv/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    65
file path=usr/share/locale/tr/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    66
file path=usr/share/locale/uk/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    67
file path=usr/share/locale/vi/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    68
file path=usr/share/locale/zh_CN/LC_MESSAGES/make.mo
321
24c9015ed25a 7031710 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/developer/build/gnu-make
Rich Burridge <rich.burridge@oracle.com>
parents: 181
diff changeset
    69
file usr/share/man/man1/gmake.1 path=usr/gnu/share/man/man1/make.1
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    70
legacy pkg=SUNWgmake \
587
9cc973a7ad62 7060335 several components contain version in their legacy actions' descriptions
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    71
    desc="GNU make - A utility used to build software (gmake)" \
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    72
    name="gmake - GNU make"
726
8c41de19735e 7142513 update GNU make to 3.82
Petr Cvachoucek <petr.cvachoucek@oracle.com>
parents: 620
diff changeset
    73
license make.license license="GPLv3, FDLv1.3"
321
24c9015ed25a 7031710 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/developer/build/gnu-make
Rich Burridge <rich.burridge@oracle.com>
parents: 181
diff changeset
    74
link path=usr/bin/gmake target=../gnu/bin/make facet.compat.gnulinks=true
24c9015ed25a 7031710 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/developer/build/gnu-make
Rich Burridge <rich.burridge@oracle.com>
parents: 181
diff changeset
    75
link path=usr/share/man/man1/gmake.1 \
1066
23c7e5d8bebf 15808775 SUNBT7189956 facet.compat.gnulinks takes precedence over facet.doc.man resulting
Petr Sumbera <petr.sumbera@oracle.com>
parents: 726
diff changeset
    76
    target=../../../gnu/share/man/man1/make.1 facet.compat.gnulinks=all
321
24c9015ed25a 7031710 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/developer/build/gnu-make
Rich Burridge <rich.burridge@oracle.com>
parents: 181
diff changeset
    77
link path=usr/sfw/bin/gmake target=../../gnu/bin/make
64
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    78
link path=usr/sfw/share/man/man1/gmake.1 \
321
24c9015ed25a 7031710 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/developer/build/gnu-make
Rich Burridge <rich.burridge@oracle.com>
parents: 181
diff changeset
    79
    target=../../../../gnu/share/man/man1/make.1