Skip to content
Snippets Groups Projects
Verified Commit 58d62a34 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX: order of build.property.d files

parent 3daa7ac2
No related branches found
No related tags found
2 merge requests!59REL: release 0.4.1,!48ENH: docs link in footer
Pipeline #15505 passed
......@@ -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 ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment