components/Makefile
branchs11-update
changeset 2994 3705b92dce6a
parent 2888 adc592c67ee4
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) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2010, 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 # for now, the assumption is we build any directory with a Makefile.  This may
    26 # for now, the assumption is we build any directory with a Makefile.  This may
   147 publish:
   147 publish:
   148 	$(MAKE) incorporation
   148 	$(MAKE) incorporation
   149 # pkglint all of the published manifests in one batch.
   149 # pkglint all of the published manifests in one batch.
   150 ifdef CANONICAL_REPO
   150 ifdef CANONICAL_REPO
   151 	@echo 'pkglinting all package manifests...'
   151 	@echo 'pkglinting all package manifests...'
   152 	@$(ENV) PYTHONPATH=$(WS_TOOLS)/python $(PKGLINT) \
   152 	@$(ENV) PYTHONPATH=$(WS_TOOLS)/python \
       
   153 			SOLARIS_VERSION=$(SOLARIS_VERSION) \
       
   154 			$(PKGLINT) \
   153 			-c $(WS_LINT_CACHE) -f $(WS_TOOLS)/pkglintrc \
   155 			-c $(WS_LINT_CACHE) -f $(WS_TOOLS)/pkglintrc \
   154 			$(shell find . -name 'manifest-*.published')
   156 			$(shell find . -name 'manifest-*.published')
   155 endif
   157 endif
   156 
   158 
   157 $(COMPONENT_DIRS.nosetup):	$(WS_LOGS) FORCE
   159 $(COMPONENT_DIRS.nosetup):	$(WS_LOGS) FORCE