Makefile revision 844
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# CDDL HEADER START
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# The contents of this file are subject to the terms of the
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# Common Development and Distribution License (the "License").
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# You may not use this file except in compliance with the License.
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# See the License for the specific language governing permissions
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# and limitations under the License.
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# CDDL HEADER END
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
553ead32ff5b00284e574dcabc39115d4d74ec66Evan HuntCOMPONENT_PROJECT_URL= http://mercurial.selenic.com/
553ead32ff5b00284e574dcabc39115d4d74ec66Evan HuntCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt sha256:4c9d7b8eeb5968592602795f6e67e4cf6ddf0a0e8cfc7eeda7d1a3996a3eab8f
553ead32ff5b00284e574dcabc39115d4d74ec66Evan HuntCOMPONENT_ARCHIVE_URL= http://www.selenic.com/mercurial/release/$(COMPONENT_ARCHIVE)
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt (cd $(PROTO_DIR)/usr/bin ; $(MV) -f hg hg-$(PYTHON_VERSION))
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# Set mod time of patched file from patch. Use this to ensure that the .py
b843f577bbcd6660fbaa506d9e55b156c689a5a8Evan Hunt# file consistently gets the same timestamp.
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt$(SOURCE_DIR)/.https_proxy.patched: GPATCH_FLAGS += -Z
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# common targets