summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Wiedemann <gnomebmw@lsmod.de>2018-03-27 22:41:18 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-03-27 22:41:18 +0100
commit3a4a1d08e0d4df520dcb41ff1f7db5f0bd401d62 (patch)
tree3c3f56eae806d0517fbfcd06a01bd57d38e494b9
parentf0c2dc9aadfa05bb5274c40da750104ecbb88cba (diff)
downloadgstreamer-common-3a4a1d08e0d4df520dcb41ff1f7db5f0bd401d62.tar.gz
gtk-doc-plugins.mak: sort xml inspect files
Filesystem listing doesn't guarantee a stable order. https://bugzilla.gnome.org/show_bug.cgi?id=794069
-rw-r--r--gtk-doc-plugins.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak
index 8cf6e15..fe3a92e 100644
--- a/gtk-doc-plugins.mak
+++ b/gtk-doc-plugins.mak
@@ -312,7 +312,7 @@ check: check-hierarchy
endif
# wildcard is apparently not portable to other makes, hence the use of find
-inspect_files = $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml')
+inspect_files = $(sort $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml'))
check-inspected-versions:
@echo Checking plugin versions of inspected plugin data ...; \