changeset 48 | 1bb7f3eccdd6 |
parent 46 | d4d60962c33f |
child 49 | 13d31a6d756e |
47:28ef4b1fcfb1 | 48:1bb7f3eccdd6 |
---|---|
145 $(PKGFMT) <$< >[email protected] |
145 $(PKGFMT) <$< >[email protected] |
146 |
146 |
147 # published |
147 # published |
148 $(MANIFEST_BASE)-%.published: $(MANIFEST_BASE)-%.linted |
148 $(MANIFEST_BASE)-%.published: $(MANIFEST_BASE)-%.linted |
149 $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest \ |
149 $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest \ |
150 -d $(PROTO_DIR) -d . $< |
150 -d $(PROTO_DIR) -d $(@D) -d . $< |
151 $(PKGFMT) <$< >[email protected] |
151 $(PKGFMT) <$< >[email protected] |
152 |
152 |
153 $(COMPONENT_SRC)/.published: $(PUBLISHED) |
153 $(COMPONENT_SRC)/.published: $(PUBLISHED) |
154 $(TOUCH) [email protected] |
154 $(TOUCH) [email protected] |
155 |
155 |