Makefile revision 3422
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# CDDL HEADER START
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# The contents of this file are subject to the terms of the
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# Common Development and Distribution License (the "License").
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# You may not use this file except in compliance with the License.
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# See the License for the specific language governing permissions
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# and limitations under the License.
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# When distributing Covered Code, include this CDDL HEADER in each
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# If applicable, add the following below this CDDL HEADER, with the
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# fields enclosed by brackets "[]" replaced with your own identifying
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# information: Portions Copyright [yyyy] [name of copyright owner]
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# CDDL HEADER END
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm sha256:bd7725fb80f305bf27666e3d26a9b7b79596e2248f2ae2d27e06bc15a501ac75
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rmCOMPONENT_ARCHIVE_URL= http://git-core.googlecode.com/files/$(COMPONENT_ARCHIVE)
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# man pages are a separate archive
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rmCOMPONENT_ARCHIVE_1 = $(COMPONENT_NAME)-manpages-$(COMPONENT_VERSION).tar.gz
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm sha256:c653a3678bb5668c280a0d5ba584fdfb0e4272acbbd00901dc2363ea3f58eede
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rmCOMPONENT_ARCHIVE_URL_1 = http://git-core.googlecode.com/files/$(COMPONENT_ARCHIVE_1)
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# Build fails if environment variable PROFILE is set.
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rmCOMPONENT_INSTALL_ENV+= PERL_LIB=$(shell $(PERL) -MConfig -e 'print "$$Config{installvendorarch}"')
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# This runs configure but configure doesn't generate a Makefile.
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# Instead a Makefile comes with git.
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# Anyways viewpathing doesn't work.
d98ed3d7be38777343c0767e5c3bdc78a0eb1950rm# Therefore we need cloney to copy a set of files to build.
test: $(TEST_64)
$(TOUCH) $@