make-rules/ips.mk
changeset 1151 76498004a954
parent 1138 6e1f85fa0151
child 1152 96d423311191
equal deleted inserted replaced
1150:b6dd488e8bb7 1151:76498004a954
   253 
   253 
   254 FRC:
   254 FRC:
   255 
   255 
   256 
   256 
   257 # published
   257 # published
   258 PKGSEND_PUBLISH_OPTIONS = -s $(PKG_REPO) publish --fmri-in-manifest
   258 PKGSEND_PUBLISH_OPTIONS = -s $(WS_REPO) publish --fmri-in-manifest
   259 PKGSEND_PUBLISH_OPTIONS += $(PKG_PROTO_DIRS:%=-d %)
   259 PKGSEND_PUBLISH_OPTIONS += $(PKG_PROTO_DIRS:%=-d %)
   260 PKGSEND_PUBLISH_OPTIONS += -T \*.py
   260 PKGSEND_PUBLISH_OPTIONS += -T \*.py
   261 $(MANIFEST_BASE)-%.published:	$(MANIFEST_BASE)-%.depend.res $(BUILD_DIR)/.linted-$(MACH)
   261 $(MANIFEST_BASE)-%.published:	$(MANIFEST_BASE)-%.depend.res $(BUILD_DIR)/.linted-$(MACH)
   262 	$(PKGSEND) $(PKGSEND_PUBLISH_OPTIONS) $<
   262 	$(PKGSEND) $(PKGSEND_PUBLISH_OPTIONS) $<
   263 	$(PKGFMT) <$< >$@
   263 	$(PKGFMT) <$< >$@