Makefile revision 3854
1732N/A# The contents of this file are subject to the terms of the 1732N/A# Common Development and Distribution License (the "License"). 1732N/A# You may not use this file except in compliance with the License. 1732N/A# See the License for the specific language governing permissions 1732N/A# and limitations under the License. 1732N/A# When distributing Covered Code, include this CDDL HEADER in each 1732N/A# If applicable, add the following below this CDDL HEADER, with the 1732N/A# fields enclosed by brackets "[]" replaced with your own identifying 1732N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3643N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. 2095N/A# Adjust the .so line in the libssh2_sftp_fstatvfs man page to correctly find 2095N/A# the file it references (as we place it in the man3ssh2 section on Solaris). 3643N/A# Master test results are the same for both 32-bit and 64-bit, so override 3643N/A# here, rather than create multiple identical master files. 3643N/A# The additional libssh2 specific set of transforms to be applied to the 3643N/A# test results to try to normalize them. 3854N/A '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
3854N/A '-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
3854N/A '-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \