72N/A#
72N/A# CDDL HEADER START
72N/A#
72N/A# The contents of this file are subject to the terms of the
72N/A# Common Development and Distribution License (the "License").
72N/A# You may not use this file except in compliance with the License.
72N/A#
72N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
72N/A# or http://www.opensolaris.org/os/licensing.
72N/A# See the License for the specific language governing permissions
72N/A# and limitations under the License.
72N/A#
72N/A# When distributing Covered Code, include this CDDL HEADER in each
72N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
72N/A# If applicable, add the following below this CDDL HEADER, with the
72N/A# fields enclosed by brackets "[]" replaced with your own identifying
72N/A# information: Portions Copyright [yyyy] [name of copyright owner]
72N/A#
72N/A# CDDL HEADER END
72N/A#
5680N/A
72N/A#
5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/ABUILD_BITS= 64
4552N/A# parfait fails to compile us (21334808)
4552N/Aexport PARFAIT_BUILD=no
72N/Ainclude ../../make-rules/shared-macros.mk
72N/A
72N/ACOMPONENT_NAME= tar
4546N/ACOMPONENT_VERSION= 1.28
72N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
844N/ACOMPONENT_ARCHIVE_HASH= \
4546N/A sha256:60e4bfe0602fef34cd908d91cf638e17eeb09394d7b98c2487217dc4d3147562
1258N/ACOMPONENT_BUGDB= utility/gtar
72N/A
4546N/ATPNO= 23088
2899N/A
5680N/ASYSTEM_TEST_TARGET= build $(SYSTEM_TEST_64)
5680N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
72N/A
4546N/APATCH_LEVEL=0
4546N/A
4546N/A# tests (ttyemu.c) requires c99
4546N/Astudio_C99MODE = $(studio_C99_ENABLE)
4546N/A
574N/A# Use ssh (rather than rsh) for remote commands.
574N/ACONFIGURE_ENV += "RSH=/usr/bin/ssh"
574N/A
5680N/ACONFIGURE_BINDIR.64= $(GNUBIN)
5680N/ACONFIGURE_MANDIR= $(GNUSHAREMAN)
5680N/A
5680N/ACONFIGURE_OPTIONS += --with-rmt=$(USRSBINDIR)/rmt
5680N/ACONFIGURE_OPTIONS += --libexecdir=$(USRSBINDIR)
72N/A
4546N/ACOMPONENT_SYSTEM_TEST_DIR = $(BUILD_DIR_64)/tests
4546N/ACOMPONENT_SYSTEM_TEST_TARGETS = installcheck-local
72N/A
4546N/A# Remove everything except test output.
4546N/ACOMPONENT_TEST_TRANSFORMS = \
4546N/A '-e "/^\#\# ----/,/tests were skipped\./p" ' \
4546N/A '-e "/.*/d" '
4038N/A
3817N/AREQUIRED_PACKAGES += compress/bzip2
3817N/AREQUIRED_PACKAGES += compress/gzip
3817N/AREQUIRED_PACKAGES += network/ssh
4037N/AREQUIRED_PACKAGES += network/openssh
3817N/AREQUIRED_PACKAGES += system/core-os