Makefile revision 6762
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# CDDL HEADER START
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# The contents of this file are subject to the terms of the
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# Common Development and Distribution License (the "License").
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# You may not use this file except in compliance with the License.
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fefed98e624e5b375661d137181340caa08440e3johanengelen# See the License for the specific language governing permissions
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# and limitations under the License.
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# When distributing Covered Code, include this CDDL HEADER in each
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# If applicable, add the following below this CDDL HEADER, with the
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# fields enclosed by brackets "[]" replaced with your own identifying
64caa91f2899a6648503a75dc7310841955b74fdJucaBlues# information: Portions Copyright [yyyy] [name of copyright owner]
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# CDDL HEADER END
d431763a9ec8059aa4962688de8144319969fb0fjohanengelen# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm sha256:999f6db9e16f4cc2804263d825553dbdd188c4313ca5c1244eeb20a3c4a60116
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# Allow pkg to create the mediated link.
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm (cd $(PROTO_DIR)/usr/bin; $(MV) mibdump.py mibdump.py-$(PYTHON_VERSION))
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# common targets
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# Run the tests in the build directory so as not to touch the source directory.
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# Because they're not copied over during the build, we do that now. There are
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# four test failures due simply to the tests being incompatible with Python 3,
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrm# and four other failures that show up in Python 2 as well.
f07bfd5a05d43a6d11f7cd442f085149092dea88pjrmCOMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)