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