components/libtool/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 13 Apr 2017 13:20:29 -0700
changeset 7864 f11e8d81786a
parent 7687 1093e2a9adbd
permissions -rw-r--r--
PSARC 2017/057 pcre2 25783625 Add pcre2 10.23 to Userland because vte 0.47.90 requires it
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    21
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
7553
9bd80d515ff3 23210155 Upgrade libtool to 2.4.6
Binjih Lin <binjih.lin@oracle.com>
parents: 6679
diff changeset
    23
# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    24
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5066
diff changeset
    25
# libtool only delivers scripts that embed paths, so prefer 32-bit.
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5066
diff changeset
    26
BUILD_BITS= 32_and_64
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    27
include ../../make-rules/shared-macros.mk
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    28
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_NAME=		libtool
7553
9bd80d515ff3 23210155 Upgrade libtool to 2.4.6
Binjih Lin <binjih.lin@oracle.com>
parents: 6679
diff changeset
    30
COMPONENT_VERSION=	2.4.6
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 725
diff changeset
    31
COMPONENT_ARCHIVE_HASH=	\
7553
9bd80d515ff3 23210155 Upgrade libtool to 2.4.6
Binjih Lin <binjih.lin@oracle.com>
parents: 6679
diff changeset
    32
    sha256:e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 854
diff changeset
    33
COMPONENT_BUGDB=	utility/libtool
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7553
diff changeset
    34
COMPONENT_ANITYA_ID=	1741
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    35
7553
9bd80d515ff3 23210155 Upgrade libtool to 2.4.6
Binjih Lin <binjih.lin@oracle.com>
parents: 6679
diff changeset
    36
TPNO=			24542
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    37
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5066
diff changeset
    38
BUILD_TARGET=
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5066
diff changeset
    39
INSTALL_TARGET=
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5066
diff changeset
    40
include $(WS_MAKE_RULES)/gnu-component.mk
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    41
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    42
CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    43
CONFIGURE_OPTIONS  +=		--disable-static
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    44
CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    45
7553
9bd80d515ff3 23210155 Upgrade libtool to 2.4.6
Binjih Lin <binjih.lin@oracle.com>
parents: 6679
diff changeset
    46
COMPONENT_PREP_ACTION = (cd $(@D) ; \
9bd80d515ff3 23210155 Upgrade libtool to 2.4.6
Binjih Lin <binjih.lin@oracle.com>
parents: 6679
diff changeset
    47
	touch $(SOURCE_DIR)/README-release ; \
9bd80d515ff3 23210155 Upgrade libtool to 2.4.6
Binjih Lin <binjih.lin@oracle.com>
parents: 6679
diff changeset
    48
	MAKE=/usr/bin/gmake ./bootstrap --force --no-git)
6679
2940c23026c1 23010295 remove libtool's old version 1.5.22 and its links libltdl.so.3
Binjih Lin <binjih.lin@oracle.com>
parents: 6657
diff changeset
    49
# Remove the hard-wired compiler locations in the LTCC and CC line
2940c23026c1 23010295 remove libtool's old version 1.5.22 and its links libltdl.so.3
Binjih Lin <binjih.lin@oracle.com>
parents: 6657
diff changeset
    50
# in the version of the libtool script.
725
c3d04b0fa1ca 7101897 libtool contains some automount paths
Rich Burridge <rich.burridge@oracle.com>
parents: 708
diff changeset
    51
COMPONENT_POST_INSTALL_ACTION = \
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5066
diff changeset
    52
	cd $(PROTO_DIR)$(USRBIN.$(BITS)); \
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5066
diff changeset
    53
	$(GSED) -i \
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5066
diff changeset
    54
		-e 's|^LTCC="/.*$$|LTCC="cc"|' \
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5066
diff changeset
    55
		-e 's|^CC="/.*$$|CC="cc"|' libtool ; \
725
c3d04b0fa1ca 7101897 libtool contains some automount paths
Rich Burridge <rich.burridge@oracle.com>
parents: 708
diff changeset
    56
7553
9bd80d515ff3 23210155 Upgrade libtool to 2.4.6
Binjih Lin <binjih.lin@oracle.com>
parents: 6679
diff changeset
    57
# When this component is updated, a full Userland build should
9bd80d515ff3 23210155 Upgrade libtool to 2.4.6
Binjih Lin <binjih.lin@oracle.com>
parents: 6679
diff changeset
    58
# be performed in a test BE with the new version of libtool installed
5009
b24aab703667 20460744 LIBTOOL should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    59
COMPONENT_TEST_TRANSFORMS += \
b24aab703667 20460744 LIBTOOL should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    60
	'-n ' \
b24aab703667 20460744 LIBTOOL should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    61
	'-e "/SKIP/p" ' \
b24aab703667 20460744 LIBTOOL should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    62
	'-e "/PASS/p" ' \
b24aab703667 20460744 LIBTOOL should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    63
	'-e "/FAIL/p" ' \
b24aab703667 20460744 LIBTOOL should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    64
	'-e "/^===/p" ' \
b24aab703667 20460744 LIBTOOL should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    65
	'-e "/failed/p" ' \
b24aab703667 20460744 LIBTOOL should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    66
	'-e "/passed/p" '
b24aab703667 20460744 LIBTOOL should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    67
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    68
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    69
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    70
build:		$(BUILD_32_and_64)
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    71
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    72
install:	$(INSTALL_32_and_64)
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    73
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    74
REQUIRED_PACKAGES += developer/base-developer-utilities
6657
9988136f27c3 24471690 developer/build/libtool: missing dependency on developer/gnu-binutils
Binjih Lin <binjih.lin@oracle.com>
parents: 5682
diff changeset
    75
REQUIRED_PACKAGES += developer/gnu-binutils
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    76
REQUIRED_PACKAGES += file/gnu-coreutils
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    77
REQUIRED_PACKAGES += shell/bash
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    78
REQUIRED_PACKAGES += shell/ksh93
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    79
REQUIRED_PACKAGES += text/gnu-grep
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    80
REQUIRED_PACKAGES += text/gnu-sed