Makefile revision 6904
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# CDDL HEADER START
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# The contents of this file are subject to the terms of the
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# Common Development and Distribution License (the "License").
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# You may not use this file except in compliance with the License.
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# See the License for the specific language governing permissions
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# and limitations under the License.
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# When distributing Covered Code, include this CDDL HEADER in each
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# If applicable, add the following below this CDDL HEADER, with the
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# fields enclosed by brackets "[]" replaced with your own identifying
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# information: Portions Copyright [yyyy] [name of copyright owner]
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# CDDL HEADER END
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
769347ad4d35d43488eb98f980143495b0db415dStef Walter# nothing to download or build; just package
769347ad4d35d43488eb98f980143495b0db415dStef Walter# Make sure SMF manifests are valid
769347ad4d35d43488eb98f980143495b0db415dStef Walter$(BUILD_DIR)/.validated-smf-manifests-$(MACH): $(BUILD_DIR)
b76419cf8830440b46c20a15585562343c7b1924Jakub Hrozek [[ "$$f" == "files/com.oracle.solaris.gdm-temporary.xml" ]] || \
e7311aec8d691e5427317442387af1bc8fff3742Jan Cholasta (set -ex ; /usr/sbin/svccfg validate "$$f") ; \
769347ad4d35d43488eb98f980143495b0db415dStef Waltervalidate-smf: $(BUILD_DIR)/.validated-smf-manifests-$(MACH)