golang-supp-pkg.mog revision 5329
5329N/A#
5329N/A# CDDL HEADER START
5329N/A#
5329N/A# The contents of this file are subject to the terms of the
5329N/A# Common Development and Distribution License (the "License").
5329N/A# You may not use this file except in compliance with the License.
5329N/A#
5329N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5329N/A# or http://www.opensolaris.org/os/licensing.
5329N/A# See the License for the specific language governing permissions
5329N/A# and limitations under the License.
5329N/A#
5329N/A# When distributing Covered Code, include this CDDL HEADER in each
5329N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5329N/A# If applicable, add the following below this CDDL HEADER, with the
5329N/A# fields enclosed by brackets "[]" replaced with your own identifying
5329N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5329N/A#
5329N/A# CDDL HEADER END
5329N/A#
5329N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
5329N/A#
5329N/A
5329N/A<include golang.mog>
5329N/A<transform file path=usr/lib/gocode/.*/pkg/tool/solaris_$(MACH64)/.+ -> \
5329N/A default mode 0555>
5329N/A# Add identical timestamps to the Go source code and object files so the
5329N/A# compiler doesn't try to rebuild them.
5329N/A<transform file path=usr/lib/gocode/$(COMPONENT_RE_MAJOR_VERSION)/src/.*$ -> \
5329N/A set timestamp $(TIMESTAMP) >
5329N/A<transform file path=usr/lib/gocode/$(COMPONENT_RE_MAJOR_VERSION)/pkg/.*$ -> \
5329N/A set timestamp $(TIMESTAMP) >
5329N/A# Standard dependency for supplementary packages which pkgdepend will not
5329N/A# yet detect.
5329N/Adepend type=require fmri=pkg:/developer/golang-15