#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# $(WS_MAKE_RULES)/ips.mk really isn't set up to allow you to bypass all
# the automatic (and lengthy) manifest manipulation that it does, which we
# really don't need to do for these static, uninteresting packages. So we just
# write a simple set of publication rules to get the packages into the repo.
HISTORY= history
HISTORICAL_MANIFESTS = $(shell $(NAWK) -v FUNCTION=name -v MACH=$(MACH) -f $(GENERATE_HISTORY) < $(HISTORY))
# Rule to generate historical manifests from the $(HISTORY) file.
$(HISTORY) > $$@
PKG_OPTIONS += $(PKG_MACROS:%=-D %)
@echo "nothing to be done for $@"
$(BUILD_DIR):
$(MKDIR) $@
$(PKGMOGRIFY) $(PKG_OPTIONS) $< \
$(PKGMOGRIFY) $(PKG_OPTIONS) $< \
$(CP) $< $@
$(CP) $< $@
$(TOUCH) $@
$(TOUCH) $@
$(CP) $< $@