components/diffutils/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Fri, 15 Jan 2016 06:30:32 -0800
changeset 5281 abf5e45362e2
parent 4737 844cca6e99f3
child 5453 12788f3c6c43
permissions -rw-r--r--
22547960 Add TPNO link to Userland gate list webpage
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
#
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
#
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
#
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    12
#
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    18
#
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    20
#
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    21
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    22
#
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    23
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    24
#
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    25
4034
9d0dc44d5efa 20732581 diffutils should be updated to version 3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    26
COMPILER=		gnu
9d0dc44d5efa 20732581 diffutils should be updated to version 3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    27
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    28
include ../../make-rules/shared-macros.mk
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    29
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		diffutils
4034
9d0dc44d5efa 20732581 diffutils should be updated to version 3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    31
COMPONENT_VERSION=	3.3
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 412
diff changeset
    32
COMPONENT_PROJECT_URL=	http://www.gnu.org/software/diffutils/
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
4034
9d0dc44d5efa 20732581 diffutils should be updated to version 3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    34
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 609
diff changeset
    35
COMPONENT_ARCHIVE_HASH=	\
4034
9d0dc44d5efa 20732581 diffutils should be updated to version 3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    36
    sha256:a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c
1081
3d086c82286d 15642122 SUNBT6951150 Upgrade gnu-diffutils to 3.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    37
COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/diffutils/$(COMPONENT_ARCHIVE)
1095
e720196b46b2 16064047 Fix component build file problems in various Userland components
Rich Burridge <rich.burridge@oracle.com>
parents: 1081
diff changeset
    38
COMPONENT_BUGDB=	utility/gnu-diffutils
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    39
4034
9d0dc44d5efa 20732581 diffutils should be updated to version 3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    40
TPNO=			21995
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1342
diff changeset
    41
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    42
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    43
include $(WS_MAKE_RULES)/configure.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    44
include $(WS_MAKE_RULES)/ips.mk
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    45
4034
9d0dc44d5efa 20732581 diffutils should be updated to version 3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    46
COMPONENT_PREP_ACTION =		(cd $(@D) ; autoreconf -f)
412
5125546873a9 7067907 gnu sdiff has become broken from an assumption gnu utilities live in /usr/bin
Rich Burridge <rich.burridge@oracle.com>
parents: 343
diff changeset
    47
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    48
CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    49
CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    50
4737
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    51
# Needed for "gmake test" to work successfully.
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    52
# If SHELLOPTS is exported (as it is by the userland makefiles),
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    53
# then all shell options get exported to child invocations of bash,
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    54
# which results in test failures due to nounset and xtrace being
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    55
# set unexpectedly, and errors such as "$1: unbound variable" and
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    56
# diffs failing due to script tracing in output files.
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    57
unexport SHELLOPTS
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    58
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    59
COMPONENT_TEST_DIR =	$(@D)/tests
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    60
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    61
COMPONENT_TEST_TRANSFORMS += \
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    62
	'-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    63
	'-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    64
	'-e "s|^make.*: Nothing to be.*$$|XXX_CC_XXX|g" ' \
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    65
	'-e "s|^/usr/gnu/bin/make.*$$|XXX_CC_XXX|g" ' \
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    66
	'-e "/^XXX_CC_XXX$$/d" '
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    67
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    68
COMPONENT_SYSTEM_TEST_DIR =	$(@D)/tests
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    69
COMPONENT_SYSTEM_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    70
1191
3bdf33525a13 16426977 Numerous components in Userland need to have ASLR enabled.
Rich Burridge <rich.burridge@oracle.com>
parents: 1095
diff changeset
    71
ASLR_MODE = $(ASLR_ENABLE)
3bdf33525a13 16426977 Numerous components in Userland need to have ASLR enabled.
Rich Burridge <rich.burridge@oracle.com>
parents: 1095
diff changeset
    72
2225
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    73
configure:	$(CONFIGURE_64)
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    74
1342
1b53e0a91d50 16578949 GNU diffutils should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents: 1191
diff changeset
    75
build:		$(BUILD_64)
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    76
1342
1b53e0a91d50 16578949 GNU diffutils should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents: 1191
diff changeset
    77
install:	$(INSTALL_64)
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 125
diff changeset
    78
1342
1b53e0a91d50 16578949 GNU diffutils should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents: 1191
diff changeset
    79
test:		$(TEST_64)
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    80
4737
844cca6e99f3 21549702 Yet more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    81
system-test:    configure $(SYSTEM_TEST_64)
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4034
diff changeset
    82
125
e4a3c2a709a6 7026427 move diffutils to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    83
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    84
REQUIRED_PACKAGES += system/library