run quicker tagging engine in prebuild

svn path=/trunk/; revision=34240
This commit is contained in:
2016-09-07 16:35:07 +00:00
parent e13517ccb3
commit d1c05f9f34
8 changed files with 51 additions and 96 deletions

View File

@@ -52,3 +52,10 @@ d_month.en.xml: d_day.en.xml
grep -q '$(MONTH)' $@ || echo '$(MONTH)' >$@
d_year.en.xml: d_month.en.xml
grep -q '$(YEAR)' $@ || echo '$(YEAR)' >$@
.PHONY: SOURCEUPDATES
SOURCEUPDATES: $(shell find ./ -name '*.sources')
SOURCEREQS = $(shell ./build/source_globber.sh sourceglobs $@ |sed -r 's;$$;.??.xml;g')
.SECONDEXPANSION:
%.sources: $$(SOURCEREQS)
touch $@