components/make/make.p5m
author Rich Burridge <rich.burridge@oracle.com>
Mon, 20 Jun 2011 12:42:00 -0700
changeset 321 24c9015ed25a
parent 181 87e11e685b1f
child 464 08f94c414553
permissions -rw-r--r--
7031710 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/developer/build/gnu-make
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
#
64
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
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."
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    32
set name=info.classification \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    33
    value=org.opensolaris.category.2008:Development/GNU
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    34
set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
83
9ab0deb97868 7017671 move patch to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 76
diff changeset
    35
set name=info.upstream_url value=http://www.gnu.org/software/make/
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    36
set name=opensolaris.arc_url \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
    37
    value=http://arc.opensolaris.org/caselog/PSARC/2000/488
64
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    39
dir path=usr
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    40
dir path=usr/bin
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    41
dir path=usr/gnu
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    42
dir path=usr/gnu/bin
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    43
dir path=usr/gnu/share
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    44
dir path=usr/gnu/share/man
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    45
dir path=usr/gnu/share/man/man1
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    46
dir path=usr/sfw
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    47
dir path=usr/sfw/bin
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    48
dir path=usr/sfw/share
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    49
dir path=usr/sfw/share/man
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    50
dir path=usr/sfw/share/man/man1
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    51
dir path=usr/share
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    52
dir path=usr/share/info
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    53
dir path=usr/share/locale
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    54
dir path=usr/share/locale/be
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    55
dir path=usr/share/locale/be/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    56
dir path=usr/share/locale/da
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    57
dir path=usr/share/locale/da/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    58
dir path=usr/share/locale/de
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    59
dir path=usr/share/locale/de/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    60
dir path=usr/share/locale/es
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    61
dir path=usr/share/locale/es/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    62
dir path=usr/share/locale/fi
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    63
dir path=usr/share/locale/fi/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    64
dir path=usr/share/locale/fr
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    65
dir path=usr/share/locale/fr/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    66
dir path=usr/share/locale/ga
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    67
dir path=usr/share/locale/ga/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    68
dir path=usr/share/locale/gl
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    69
dir path=usr/share/locale/gl/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    70
dir path=usr/share/locale/he
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    71
dir path=usr/share/locale/he/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    72
dir path=usr/share/locale/hr
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    73
dir path=usr/share/locale/hr/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    74
dir path=usr/share/locale/id
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    75
dir path=usr/share/locale/id/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    76
dir path=usr/share/locale/ja
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    77
dir path=usr/share/locale/ja/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    78
dir path=usr/share/locale/ko
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    79
dir path=usr/share/locale/ko/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    80
dir path=usr/share/locale/nl
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    81
dir path=usr/share/locale/nl/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    82
dir path=usr/share/locale/pl
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    83
dir path=usr/share/locale/pl/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    84
dir path=usr/share/locale/pt_BR
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    85
dir path=usr/share/locale/pt_BR/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    86
dir path=usr/share/locale/ru
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    87
dir path=usr/share/locale/ru/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    88
dir path=usr/share/locale/rw
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    89
dir path=usr/share/locale/rw/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    90
dir path=usr/share/locale/sv
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    91
dir path=usr/share/locale/sv/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    92
dir path=usr/share/locale/tr
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    93
dir path=usr/share/locale/tr/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    94
dir path=usr/share/locale/uk
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    95
dir path=usr/share/locale/uk/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    96
dir path=usr/share/locale/vi
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    97
dir path=usr/share/locale/vi/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    98
dir path=usr/share/locale/zh_CN
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    99
dir path=usr/share/locale/zh_CN/LC_MESSAGES
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   100
dir path=usr/share/man
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   101
dir path=usr/share/man/man1
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
   102
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
   103
file path=usr/share/info/make.info
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   104
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
   105
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
   106
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
   107
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
   108
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
   109
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
   110
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
   111
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
   112
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
   113
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
   114
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
   115
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
   116
file path=usr/share/locale/id/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   117
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
   118
file path=usr/share/locale/ko/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   119
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
   120
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
   121
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
   122
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
   123
file path=usr/share/locale/rw/LC_MESSAGES/make.mo
a4b12971cf99 7014330 has userland lost its mapfile mind?
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   124
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
   125
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
   126
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
   127
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
   128
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
   129
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
   130
legacy pkg=SUNWgmake \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
   131
    desc="GNU make - A utility used to build software (gmake) 3.81" \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
   132
    name="gmake - GNU make"
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 94
diff changeset
   133
license make.license license=GPLv2
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
   134
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
   135
link path=usr/share/man/man1/gmake.1 \
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
   136
    target=../../../gnu/share/man/man1/make.1 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
   137
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
   138
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
   139
    target=../../../../gnu/share/man/man1/make.1