Makefile revision 96
aea283240d4222da5426169a68e307872d240044jerenkrantz# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
6a01f2d5ec2024b68edd1d42056b41a88dc0a935aaron# You may not use this file except in compliance with the License.
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# See the License for the specific language governing permissions
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# and limitations under the License.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# When distributing Covered Code, include this CDDL HEADER in each
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
571760de5e60c0b459cb11be45507b923cd023eejwoolley# If applicable, add the following below this CDDL HEADER, with the
571760de5e60c0b459cb11be45507b923cd023eejwoolley# fields enclosed by brackets "[]" replaced with your own identifying
9180a5933673ffb1af633c255ceee029340f3b1erbb# information: Portions Copyright [yyyy] [name of copyright owner]
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# CDDL HEADER END
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
6f6f4a4bca281779d196acbdd5c017bb90858305trawickCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawickCOMPONENT_ARCHIVE_HASH= sha1:843272609b9bff1bdf2770a28d498d6519901e73
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbbCOMPONENT_ARCHIVE_URL= http://alpha.gnu.org/gnu/gzip/$(COMPONENT_ARCHIVE)
af4c982a7cf4515f124935f99a329744035fc699slive# Fix references to Solaris renamed programs (z*->gz*) in man pages, info
af4c982a7cf4515f124935f99a329744035fc699slive# pages and in wrapper scripts.
2f316e524ff96c16278c4f3361bac3f69179005dwrowe sed -f $(COMPONENT_DIR)/renaming.sed $$file.tmp > $$file ; \
2f316e524ff96c16278c4f3361bac3f69179005dwrowe# Rename installed programs and man pages in proto dir (z*->gz*).
2f316e524ff96c16278c4f3361bac3f69179005dwrowe (for dir in $(PROTOUSRBINDIR) $(PROTOUSRSHAREMAN1DIR) ; do \
c00273b9c51c617ede471e9cb95c22420f1227fbbrianp# Provide missing man pages.
c00273b9c51c617ede471e9cb95c22420f1227fbbrianpGZGREP_MAN_VARIANTS+=$(PROTOUSRSHAREMAN1DIR)/gzegrep.1
c00273b9c51c617ede471e9cb95c22420f1227fbbrianpGZGREP_MAN_VARIANTS+=$(PROTOUSRSHAREMAN1DIR)/gzfgrep.1
7fe18c15b669db9d191859695901dc4fcf3829dawrowe @echo "no tests available"