Makefile revision 5680
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# CDDL HEADER START
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# The contents of this file are subject to the terms of the
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# Common Development and Distribution License (the "License").
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# You may not use this file except in compliance with the License.
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# See the License for the specific language governing permissions
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# and limitations under the License.
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# When distributing Covered Code, include this CDDL HEADER in each
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# If applicable, add the following below this CDDL HEADER, with the
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# fields enclosed by brackets "[]" replaced with your own identifying
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# information: Portions Copyright [yyyy] [name of copyright owner]
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# CDDL HEADER END
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica sha256:7436f5a19f93c3ca83153ce9c5cbe4847e97c5d956e57a220121e741f6e7968f
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# Although system-test doesn't run against the built bits, the tests
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# require the bits are built. Using build as a pre-requisite
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# to system-test separates the compilation output from the
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# test output, so the master test results will be consistent between
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# test and system-test targets.
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# Needed for "gmake test" to work successfully.
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# If SHELLOPTS is exported (as it is by the userland makefiles),
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# then all shell options get exported to child invocations of bash,
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# which results in test failures due to nounset being
f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01rica# set unexpectedly, and errors such as "$1: unbound variable"