From 3a4a1d08e0d4df520dcb41ff1f7db5f0bd401d62 Mon Sep 17 00:00:00 2001 From: Bernhard Wiedemann Date: Tue, 27 Mar 2018 22:41:18 +0100 Subject: 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 --- gtk-doc-plugins.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...; \ -- cgit v1.2.1