Makefile revision 1258
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER START
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# The contents of this file are subject to the terms of the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Common Development and Distribution License (the "License").
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You may not use this file except in compliance with the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# See the License for the specific language governing permissions
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# and limitations under the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# When distributing Covered Code, include this CDDL HEADER in each
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# If applicable, add the following below this CDDL HEADER, with the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# fields enclosed by brackets "[]" replaced with your own identifying
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# information: Portions Copyright [yyyy] [name of copyright owner]
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER END
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Note that the 2.10 version of the compressed GNU grep tarball on
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# ftp.gnu.org is only available in .xz format. We cannot use this
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# as xz is not currently part of the Solaris 11 Update CBE. We
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# have recompressed that tarball as a .bz2 file and placed it in the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# special Userland cache. The sha256 hash is for the payload .tar file.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl sha256:299d0ccb0238894cc674da3c5a6a6fb82c3d63286f7f127e448e2ff97d21e2fb
25cf1a301a396c38e8adf52c15f537b80d2483f7jlCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/grep/$(COMPONENT_ARCHIVE)
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# We need to be able to return from void functions
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# common targets