Makefile revision 3089
100N/A# The contents of this file are subject to the terms of the 100N/A# Common Development and Distribution License (the "License"). 100N/A# You may not use this file except in compliance with the License. 100N/A# See the License for the specific language governing permissions 100N/A# and limitations under the License. 100N/A# When distributing Covered Code, include this CDDL HEADER in each 100N/A# If applicable, add the following below this CDDL HEADER, with the 100N/A# fields enclosed by brackets "[]" replaced with your own identifying 100N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2686N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. 2803N/A# Always show the build and link lines for easier debugging. 1392N/A# Enable ASLR for this component 1109N/A# Needed for "gmake test" to work successfully. 1109N/A# If SHELLOPTS is exported (as it is by the userland makefiles), 1109N/A# then all shell options get exported to child invocations of bash, 1109N/A# which results in test failures due to nounset and xtrace being 1109N/A# set unexpectedly, and errors such as "$1: unbound variable" and 1109N/A# diffs failing due to script tracing in output files. 1109N/A# Get the binaries to test from the component proto area. 3089N/A# With coreutils version 8.23, there are currently six tests that are failing: 3089N/A# 1/ test-getlogin - this is a known problem. See: 3089N/A# After GNU coreutils has been built, it's possible to successfully run 3089N/A# the test manually from a terminal with: 3089N/A# gmake NON_ROOT_USERNAME=nobody -k check-TESTS && \ 3089N/A# gmake check TESTS=test-get-login 3089N/A# 5/ test-mbsrtowcs4 - these four multi-byte problems have been reported to 3089N/A# the G11N team. CR #19368946 & #19370120 have been filed. 3089N/A# 6/ test-posixtm - this is due to a problem with the Solaris mktime 3089N/A# utility. CR #19344177 has been filed.