151N/A#
151N/A# CDDL HEADER START
151N/A#
151N/A# The contents of this file are subject to the terms of the
151N/A# Common Development and Distribution License (the "License").
151N/A# You may not use this file except in compliance with the License.
151N/A#
151N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
151N/A# or http://www.opensolaris.org/os/licensing.
151N/A# See the License for the specific language governing permissions
151N/A# and limitations under the License.
151N/A#
151N/A# When distributing Covered Code, include this CDDL HEADER in each
151N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151N/A# If applicable, add the following below this CDDL HEADER, with the
151N/A# fields enclosed by brackets "[]" replaced with your own identifying
151N/A# information: Portions Copyright [yyyy] [name of copyright owner]
151N/A#
151N/A# CDDL HEADER END
151N/A#
151N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
151N/A#
151N/A
151N/A#
151N/A# These transforms drop the actions that don't apply to the current architecture
151N/A# and then remove the architecture tag from the action so that pkgdepend doesn't
151N/A# get confused.
151N/A#
151N/A
151N/A# drop actions that don't apply to the architecture we are on
602N/A<transform depend dir file link hardlink variant.arch=(?!$(MACH)) -> drop>
151N/A
151N/A# delete variant.arch from the manifest
602N/A<transform depend dir file link hardlink -> delete variant.arch .*>