[farsight2/master] Allow plugin doc to be built in parallel

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:25:51 PST 2008


---
 common/gtk-doc-plugins.mak |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/common/gtk-doc-plugins.mak b/common/gtk-doc-plugins.mak
index 710e78d..a6a1891 100644
--- a/common/gtk-doc-plugins.mak
+++ b/common/gtk-doc-plugins.mak
@@ -367,8 +367,11 @@ scanobj-trans-update:
 	-rm scanobj-trans-build.stamp
 	$(MAKE) scanobj-trans-build.stamp
 
-scanobj-trans-build.stamp: $(SCANOBJ_DEPS) $(basefiles)
-	@echo '*** Scanning GObjects ***'
+# We have a scanobj-build.stamp just to prevent both from running at the same
+# time as they use temp files with the same name
+
+scanobj-trans-build.stamp: $(SCANOBJ_DEPS) $(basefiles) scanobj-build.stamp
+	@echo '*** Scanning Transmitters ***'
 	if test x"$(srcdir)" = x. ; then				\
 	    GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext	\
 	    GST_REGISTRY=$(INSPECT_REGISTRY)				\
-- 
1.5.6.5




More information about the farsight-commits mailing list