equal
deleted
inserted
replaced
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) <$< >$@ |