7036473 dependency resolution should happen in one step for all component's packages (fix historical packages top-level build)
authorDanek Duvall <danek.duvall@oracle.com>
Wed, 20 Apr 2011 09:52:04 -0700
changeset 191 75b0ee5251ca
parent 190 2c7155799675
child 192 770850e7b61c
7036473 dependency resolution should happen in one step for all component's packages (fix historical packages top-level build)
components/meta-packages/history/Makefile
--- a/components/meta-packages/history/Makefile	Wed Apr 20 09:36:18 2011 -0700
+++ b/components/meta-packages/history/Makefile	Wed Apr 20 09:52:04 2011 -0700
@@ -45,7 +45,7 @@
 
 $(MANIFEST_BASE)-%.published: $(MANIFEST_BASE)-%.mogrified $(BUILD_DIR)
 	$(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest $<
-	$(TOUCH) $@
+	$(CP) $< $@
 
 $(BUILD_DIR)/.linted-$(MACH): $(MOGRIFIED) $(BUILD_DIR)
 	$(ENV) PYTHONPATH=$(WS_TOOLS)/python \