Makefile revision 5553
b0e8629055a766d4555a005a283c2889a5974945Mark Andrews# CDDL HEADER START
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# The contents of this file are subject to the terms of the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Common Development and Distribution License (the "License").
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# You may not use this file except in compliance with the License.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# See the License for the specific language governing permissions
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# and limitations under the License.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
1224c3b69b3d18f7127aa042644936af25a2d679Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# CDDL HEADER END
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsCOMPONENT_PROJECT_URL= http://invisible-island.net/conflict/conflict.html
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews sha256:30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsCOMPONENT_ARCHIVE_URL= ftp://invisible-island.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Required to configure correctly.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# The additional conflict specific set of transforms to be applied to the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# test results to try to normalize them.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews '-e "s|/tmp/conflict\.......|/tmp/conflict\.xxxxxx|g" ' \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews '-e "s|^\*\* \$$(@D)/.*$$|XXX_CC_XXX|g" ' \
1224c3b69b3d18f7127aa042644936af25a2d679Mark Andrews '-e "s|^\*\* /usr/bin/.*$$|XXX_CC_XXX|g" ' \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews '-e "/^XXX_CC_XXX$$/d" '
f7b41fd9291b8f4dba27e2b57e1d93f0913a4f1dMark AndrewsCOMPONENT_SYSTEM_TEST_ENV = CONFLICT_BIN=/usr/bin/conflict
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# We really do need to build conflict so that it can use the files in the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# build directory. We are using the installed conflict binary to do this
d71e2e0c61df16ff37c9934c371a4a60c08974f7Mark Andrews# though when we run the system tests.