components/Makefile
changeset 4765 fb36ce218f70
parent 4749 a34fb58473e0
child 5089 8d5767cc3ddc
equal deleted inserted replaced
4764:4842956dcf8f 4765:fb36ce218f70
   167 	    $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest \
   167 	    $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest \
   168 	               $${incorporation} ; \
   168 	               $${incorporation} ; \
   169 	done
   169 	done
   170 
   170 
   171 publish:
   171 publish:
       
   172 # evaluation packages don't need to be incorporated
   172 ifneq ($(BUILD_TYPE), evaluation)
   173 ifneq ($(BUILD_TYPE), evaluation)
   173 	# evaluation packages don't need to be incorporated
       
   174 	$(MAKE) incorporation
   174 	$(MAKE) incorporation
   175 endif
   175 endif
   176 # pkglint all of the published manifests in one batch.
   176 # pkglint all of the published manifests in one batch.
   177 ifdef CANONICAL_REPO
   177 ifdef CANONICAL_REPO
   178 	@echo 'pkglinting all package manifests...'
   178 	@echo 'pkglinting all package manifests...'