Makefile revision 3639
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# CDDL HEADER START
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# The contents of this file are subject to the terms of the
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# Common Development and Distribution License (the "License").
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# You may not use this file except in compliance with the License.
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# See the License for the specific language governing permissions
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# If applicable, add the following below this CDDL HEADER, with the
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# fields enclosed by brackets "[]" replaced with your own identifying
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# information: Portions Copyright [yyyy] [name of copyright owner]
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# CDDL HEADER END
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi sha256:3770b8872a4322b9502937b4781d523303bf193962c4822899fd3a210878fc80
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashiCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf# Master test results are the same for 32-bit and 64-bit, so override
c8fa0a6b7b2b6beb23bf4684720100e60e4e5764trawick# here, rather than create multiple identical master files.
c8fa0a6b7b2b6beb23bf4684720100e60e4e5764trawickCOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
c8fa0a6b7b2b6beb23bf4684720100e60e4e5764trawick# The additional xz specific set of transforms to be applied to the
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# test results to try to normalize them.
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# The cc and libtool lines need to be deleted because x86 and SPARC have
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi# different line arguments.
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi '-e "/^\/ws\/on12-tools\/SUNWspro\/solarisstudio12.3\/bin\/cc/d" ' \
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi '-e "/^\/bin\/bash ..\/libtool/d" ' \
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi '-e "/^libtool: link:/d" '
c8fa0a6b7b2b6beb23bf4684720100e60e4e5764trawick# common targets