Remove some spaghetti from build script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-24 08:52:01 +02:00
parent ccde340ea6
commit 785d03c6b9
15 changed files with 120 additions and 180 deletions

View File

@@ -68,7 +68,7 @@ $(SUBDIRS): .FORCE
# otherwise. This symlinks make sure that phase 2 can easily use the right file
# for each language, also as a prerequisite in the Makefile.
LANGUAGES := $(shell . build/languages.sh && get_languages)
LANGUAGES := $(shell . build/languages.sh && echo `languages | cut -d\ -f1`)
TEXTS_LINKS := $(foreach lang,$(LANGUAGES),tools/.texts-$(lang).xml)