Makefile revision 6901
7d98a1783f222964bcde7d56dab77b822706204dBob Halley# CDDL HEADER START
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# The contents of this file are subject to the terms of the
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# Common Development and Distribution License (the "License").
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# You may not use this file except in compliance with the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a44745412679c30a6d022733925af70a38b715David Lawrence# See the License for the specific language governing permissions
15a44745412679c30a6d022733925af70a38b715David Lawrence# and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
15a44745412679c30a6d022733925af70a38b715David Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a44745412679c30a6d022733925af70a38b715David Lawrence# If applicable, add the following below this CDDL HEADER, with the
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# fields enclosed by brackets "[]" replaced with your own identifying
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# information: Portions Copyright [yyyy] [name of copyright owner]
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CDDL HEADER END
7e6c9a9a733f7a57ace98e4692573f42a2cad0edBob Halley# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
e8e73ca025c558c0b62026bca758c3621c45598aAndreas GustafssonCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington sha256:0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian WellingtonCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)ftp/python/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
38379c5c5e07535f6a8934e6088f475534390405Brian WellingtonCOMPONENT_SIG_URL= $(COMPONENT_ARCHIVE_URL).asc
ENV += -i
COMPONENT_INSTALL_ARGS += -e
# Strip build machine paths from _sysconfigdata.py & config/Makefile,
# then (re)compile _sysconfigdata.py since we just updated it.
COMPONENT_TEST_TRANSFORMS = "'/tests OK./ {results = 1}; /Re-running failed tests in verbose mode/ {results = 0} {if (results) print $0 } '"
test: $(TEST_64)