Makefile revision 3477
1029N/A#
1029N/A# CDDL HEADER START
1029N/A#
1029N/A# The contents of this file are subject to the terms of the
1111N/A# Common Development and Distribution License (the "License").
1029N/A# You may not use this file except in compliance with the License.
1029N/A#
1042N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1042N/A# or http://www.opensolaris.org/os/licensing.
1042N/A# See the License for the specific language governing permissions
1042N/A# and limitations under the License.
1042N/A#
1042N/A# When distributing Covered Code, include this CDDL HEADER in each
1042N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1042N/A# If applicable, add the following below this CDDL HEADER, with the
1042N/A# fields enclosed by brackets "[]" replaced with your own identifying
1042N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1042N/A#
1042N/A# CDDL HEADER END
1042N/A#
1042N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
1042N/A#
1042N/Ainclude ../../make-rules/shared-macros.mk
1042N/A
1029N/ACOMPONENT_NAME= tar
1029N/ACOMPONENT_VERSION= 1.27.1
1029N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/tar/
1029N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1029N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
1029N/ACOMPONENT_ARCHIVE_HASH= \
1029N/A sha256:9b0fb3ce8512059337add0da5f8f0f7d7647f2201f5ece24581d620ea60337c6
1029N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/tar/$(COMPONENT_ARCHIVE)
1029N/ACOMPONENT_BUGDB= utility/gtar
1029N/A
1029N/ATPNO= 16886
1029N/A
1029N/Ainclude ../../make-rules/prep.mk
1029N/Ainclude ../../make-rules/configure.mk
1029N/Ainclude ../../make-rules/ips.mk
1029N/A
1029N/A# workaround for CR 6998994
1029N/Asparc_COPTFLAG = -xO2
1029N/A
1029N/A# Enforce tar binary to standard path
1029N/ACONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
1042N/A
1029N/A# Use ssh (rather than rsh) for remote commands.
1029N/ACONFIGURE_ENV += "RSH=/usr/bin/ssh"
1029N/A
1181N/ACONFIGURE_OPTIONS += --with-rmt=/usr/sbin/rmt
1029N/ACONFIGURE_OPTIONS += --libexecdir=/usr/sbin
1029N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
1029N/A
1029N/ACOMPONENT_BUILD_TARGETS = all
1029N/A
1029N/AASLR_MODE = $(ASLR_ENABLE)
1029N/A
1029N/Aconfigure: $(CONFIGURE_64)
1029N/A
1029N/Abuild: $(BUILD_64)
1029N/A
1029N/Ainstall: $(INSTALL_64)
1029N/A
1029N/Atest: $(TEST_64)
1029N/A
1029N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1029N/A
1196N/Ainclude ../../make-rules/depend.mk
1196N/A