Makefile revision 2394
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# CDDL HEADER START
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# The contents of this file are subject to the terms of the
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# Common Development and Distribution License (the "License").
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# You may not use this file except in compliance with the License.
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# See the License for the specific language governing permissions
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# and limitations under the License.
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# When distributing Covered Code, include this CDDL HEADER in each
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# If applicable, add the following below this CDDL HEADER, with the
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# fields enclosed by brackets "[]" replaced with your own identifying
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# information: Portions Copyright [yyyy] [name of copyright owner]
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# CDDL HEADER END
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
d9577dbd92555b0755881e37724019ef9c578404Stef WalterCOMPONENT_PROJECT_URL= http://www.gnu.org/software/tar/
8779b9ee101ed3e5a6836b5366c006dc21dd36c0Pavel BřezinaCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d9577dbd92555b0755881e37724019ef9c578404Stef Walter sha256:9b0fb3ce8512059337add0da5f8f0f7d7647f2201f5ece24581d620ea60337c6
d9577dbd92555b0755881e37724019ef9c578404Stef WalterCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/tar/$(COMPONENT_ARCHIVE)
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# workaround for CR 6998994
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# Enforce tar binary to standard path
d9577dbd92555b0755881e37724019ef9c578404Stef Walter# Use ssh (rather than rsh) for remote commands.