components/dejagnu/Makefile
author Ann Lai <ann.lai@oracle.com>
Fri, 07 Apr 2017 17:54:54 -0700
changeset 7850 b1ddd00f19fd
parent 7748 fd32bbfab08c
permissions -rw-r--r--
25839325 pkglint is very unhappy with the boot/shim packages now-duplicate files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    23
# Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@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: 4747
diff changeset
    25
BUILD_BITS= 64
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		dejagnu
7748
fd32bbfab08c 25653883 Update dejagnu to version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents: 7687
diff changeset
    29
COMPONENT_VERSION=	1.6
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE_HASH=	\
7748
fd32bbfab08c 25653883 Update dejagnu to version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents: 7687
diff changeset
    31
    sha256:00b64a618e2b6b581b16eb9131ee80f721baa2669fa0cdee93c500d1a652d763
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    32
COMPONENT_ANITYA_ID=	417
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
7748
fd32bbfab08c 25653883 Update dejagnu to version 1.6
Rich Burridge <rich.burridge@oracle.com>
parents: 7687
diff changeset
    34
TPNO=			34020
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    35
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4747
diff changeset
    36
SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4747
diff changeset
    37
include $(WS_MAKE_RULES)/gnu-component.mk
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
3639
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    41
COMPONENT_TEST_TRANSFORMS += \
4747
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    42
	'-n ' \
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    43
	'-e "/Running/p" ' \
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    44
	'-e "/\# of /p" '
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    45
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    46
COMPONENT_SYSTEM_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    47
COMPONENT_SYSTEM_TEST_ENV +=	RUNTEST_SCRIPT=/usr/bin/runtest
3639
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    48
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1263
diff changeset
    49
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3724
diff changeset
    51
REQUIRED_PACKAGES += shell/expect
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3724
diff changeset
    52
REQUIRED_PACKAGES += shell/ksh93