Makefile revision 5680
98N/A# The contents of this file are subject to the terms of the 1630N/A# Common Development and Distribution License (the "License"). 98N/A# You may not use this file except in compliance with the License. 919N/A# See the License for the specific language governing permissions 919N/A# and limitations under the License. 919N/A# When distributing Covered Code, include this CDDL HEADER in each 919N/A# If applicable, add the following below this CDDL HEADER, with the 919N/A# fields enclosed by brackets "[]" replaced with your own identifying 919N/A# information: Portions Copyright [yyyy] [name of copyright owner] 919N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 1549N/A# We need to be able to return from void functions 493N/A# Needed for "gmake test" to work. 705N/A# causing the braceexpand option to be set. 705N/A# This option causes "$1: unbound variable" errors during the check-TESTS, 705N/A# and the gnulib-tests don't even run at all. 705N/A# Note that the below unexports SHELLOPTS, even for targets 98N/A# Test transforms retain only relevant results output. 1425N/A# Putting GNU on path first prevents some tests from being skipped, 1425N/A# which also keeps the test and system-test results consistent. 1425N/A# With the test target, the path to the just-built commands is 1425N/A# prepended to PATH. With the system-test target, we patch 1549N/A# to prevent the PATH from being prepended. 1549N/A# installed on the test system. If we patch, we must re-configure the # if we previously patched the source for the system-test target, # ensure we rebuild without that patch