Makefile (51396a8ee7fb52fe0ab33bfe7b4f495ad431904a) Makefile (86d4171132ce4f4c1345b7ce0d5048577e1f3976)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 522 unchanged lines hidden (view full) ---

531# statement to ensure that the target is created, even when
532# pkgmogrify encounters an abort in the publish transforms.
533#
534
535.SUFFIXES: .mf .mog .dep .res .fin .pub
536
537$(PDIR)/%.mog: manifests/%.mf
538 @print "Processing manifest $(<F)"
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 522 unchanged lines hidden (view full) ---

531# statement to ensure that the target is created, even when
532# pkgmogrify encounters an abort in the publish transforms.
533#
534
535.SUFFIXES: .mf .mog .dep .res .fin .pub
536
537$(PDIR)/%.mog: manifests/%.mf
538 @print "Processing manifest $(<F)"
539 @env PKGFMT_OUTPUT=v1 pkgfmt -c $<
539 @pkgfmt -fv2 -c $<
540 $(PKGDEBUG)$(RM) $(@) $(@:%.mog=%) $(@:%.mog=%.nodepend) \
541 $(@:%.mog=%.lics) $(PDIR)/$(@F:%.mog=%).metadata.* $(@).vars
542 $(PKGDEBUG)$(PKGMOGRIFY) $(PKGMOG_VERBOSE) $(PM_INC:%= -I %) \
543 $(PKGMOG_DEFINES:%=-D %) -P $(@).vars -O $(@) \
544 $(<) $(PM_TRANSFORMS)
545 $(PKGDEBUG)eval REPO=redist PKGSTAT=current NODEPEND=$(SUPPRESSPKGDEP) \
546 `$(CAT) -s $(@).vars`; \
547 if [ -f $(@) ]; then \

--- 225 unchanged lines hidden ---
540 $(PKGDEBUG)$(RM) $(@) $(@:%.mog=%) $(@:%.mog=%.nodepend) \
541 $(@:%.mog=%.lics) $(PDIR)/$(@F:%.mog=%).metadata.* $(@).vars
542 $(PKGDEBUG)$(PKGMOGRIFY) $(PKGMOG_VERBOSE) $(PM_INC:%= -I %) \
543 $(PKGMOG_DEFINES:%=-D %) -P $(@).vars -O $(@) \
544 $(<) $(PM_TRANSFORMS)
545 $(PKGDEBUG)eval REPO=redist PKGSTAT=current NODEPEND=$(SUPPRESSPKGDEP) \
546 `$(CAT) -s $(@).vars`; \
547 if [ -f $(@) ]; then \

--- 225 unchanged lines hidden ---