components/meta-packages/history/Makefile
branchs11-update
changeset 2994 3705b92dce6a
parent 2710 3c5579720afc
child 3476 c35c8f1a6df1
equal deleted inserted replaced
2993:2d33c9c7a5a3 2994:3705b92dce6a
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 # $(WS_TOP)/make-rules/ips.mk really isn't set up to allow you to bypass all
    26 # $(WS_TOP)/make-rules/ips.mk really isn't set up to allow you to bypass all
    57 	$(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest --no-catalog $<
    57 	$(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest --no-catalog $<
    58 	$(CP) $< $@
    58 	$(CP) $< $@
    59 
    59 
    60 $(BUILD_DIR)/.linted-$(MACH): $(MOGRIFIED) $(BUILD_DIR)
    60 $(BUILD_DIR)/.linted-$(MACH): $(MOGRIFIED) $(BUILD_DIR)
    61 	$(ENV) PYTHONPATH=$(WS_TOOLS)/python \
    61 	$(ENV) PYTHONPATH=$(WS_TOOLS)/python \
       
    62 		SOLARIS_VERSION=$(SOLARIS_VERSION) \
    62 		$(PKGLINT) $(CANONICAL_REPO:%=-c $(WS_LINT_CACHE)) \
    63 		$(PKGLINT) $(CANONICAL_REPO:%=-c $(WS_LINT_CACHE)) \
    63 			-f $(WS_TOOLS)/pkglintrc $(MOGRIFIED)
    64 			-f $(WS_TOOLS)/pkglintrc $(MOGRIFIED)
    64 	$(TOUCH) $@
    65 	$(TOUCH) $@
    65 
    66 
    66 $(BUILD_DIR)/.published-$(MACH): $(BUILD_DIR)/.linted-$(MACH) $(PUBLISHED)
    67 $(BUILD_DIR)/.published-$(MACH): $(BUILD_DIR)/.linted-$(MACH) $(PUBLISHED)