summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-10-22 23:01:04 -0700
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-10-22 23:04:45 -0700
commit150524d89b97e930d904cb20cf345c23321520d9 (patch)
tree0637b794e49831d6cfb7004351615c3040580f95 /common
parent58d3939f10999f1007e5fc00874ce055d99231fb (diff)
downloadfarstream-150524d89b97e930d904cb20cf345c23321520d9.tar.gz
Allow plugin doc to be built in parallel
Diffstat (limited to 'common')
-rw-r--r--common/gtk-doc-plugins.mak7
1 files changed, 5 insertions, 2 deletions
diff --git a/common/gtk-doc-plugins.mak b/common/gtk-doc-plugins.mak
index 710e78da..a6a18914 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) \