From 58d62a34a01959000b56da4a7587dc85a5f553d6 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 1 Nov 2021 15:38:31 +0100 Subject: [PATCH] FIX: order of build.property.d files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c64a38d..6c698181 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ merge_js: JS_DIST_BUNDLE=$${JS_DIST_BUNDLE} AUTO_DISCOVER_MODULES=$$AUTO_DISCOVER_MODULES misc/merge_js.sh $${MODULE_DEPENDENCIES[*]} EXCLUDE_EXPR = %~ %.backup -BUILDFILELIST = $(filter-out $(EXCLUDE_EXPR),$(wildcard build.properties.d/*)) +BUILDFILELIST = $(sort $(filter-out $(EXCLUDE_EXPR),$(wildcard build.properties.d/*))) build_properties: @set -a -e ; \ pushd build.properties.files ; \ -- GitLab