Makefile revision 4878
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# CDDL HEADER START
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# The contents of this file are subject to the terms of the
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# Common Development and Distribution License (the "License").
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# You may not use this file except in compliance with the License.
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# See the License for the specific language governing permissions
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# and limitations under the License.
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# When distributing Covered Code, include this CDDL HEADER in each
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# If applicable, add the following below this CDDL HEADER, with the
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# fields enclosed by brackets "[]" replaced with your own identifying
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# information: Portions Copyright [yyyy] [name of copyright owner]
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# CDDL HEADER END
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCOMPONENT_PROJECT_URL= http://savannah.nongnu.org/projects/quilt/
190673381ffa7a24ec9cad406784a9a84644e04fTrond Norbye sha256:c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd
1ed6b730409d4740e941142599767d5eac7e7d92Lubos KoscoCOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/quilt/$(COMPONENT_ARCHIVE)
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# without this, some make messages end up in the
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye# generated README and man pages.
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-column=/usr/bin/column
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-date=/usr/gnu/bin/date
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-getopt=/usr/gnu/bin/getopt
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-grep=/usr/gnu/bin/grep
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-tail=/usr/gnu/bin/tail
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-sed=/usr/gnu/bin/sed
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-diff=/usr/gnu/bin/diff
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-find=/usr/gnu/bin/find
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-patch=/usr/gnu/bin/patch
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-perl=/usr/perl5/$(PERL_VERSION)/bin/perl
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-pod2man=/usr/perl5/$(PERL_VERSION)/bin/pod2man
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-xgettext=/usr/bin/gxgettext
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCONFIGURE_OPTIONS += --with-msgfmt=/usr/bin/gmsgfmt
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond NorbyeCOMPONENT_INSTALL_ARGS += BUILD_ROOT=$(PROTO_DIR)
1ed6b730409d4740e941142599767d5eac7e7d92Lubos Kosco '-e "s|^.* -> .*$$|XXX_REMOVE_XXX|g" ' \
a88f2e85c33ce1eeaf3c673dc0a2b8a901b7e381Trond Norbye '-e "s|^Generating.*$$|XXX_REMOVE_XXX|g" ' \
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye '-e "s|^make.*: Leaving directory.*$$|XXX_REMOVE_XXX|g" ' \
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye '-e "s|^make.*: Entering directory.*$$|XXX_REMOVE_XXX|g" ' \
f13d97cec07e63a9ead8cd7897c96538295e4f07Trond Norbye '-e "/^XXX_REMOVE_XXX$$/d" '