update sources-files in some occasions where referenced files are removed
svn path=/trunk/; revision=34314
This commit is contained in:
parent
6e88fc4bba
commit
7cc2c7f3e1
3
Makefile
3
Makefile
@ -56,6 +56,9 @@ d_year.en.xml: d_month.en.xml
|
||||
.PHONY: SOURCEUPDATES
|
||||
SOURCEUPDATES: $(shell find ./ -name '*.sources')
|
||||
SOURCEREQS = $(shell ./build/source_globber.sh sourceglobs $@ |sed -r 's;$$;.??.xml;g')
|
||||
SOURCEDIRS = $(shell sed -rn 's;^(.*/)[^/]*:(\[\]|global)$$;\1;gp' $@)
|
||||
.SECONDEXPANSION:
|
||||
%.sources: $$(SOURCEREQS)
|
||||
touch $@
|
||||
%.sources: $$(SOURCEDIRS)
|
||||
touch $@
|
||||
|
Loading…
Reference in New Issue
Block a user