Fix listing of directories used in a .source file
All checks were successful
the build was successful
All checks were successful
the build was successful
This commit is contained in:
parent
521b9ce5b5
commit
7c918adade
2
Makefile
2
Makefile
@ -51,7 +51,7 @@ all: d_year.en.xml d_month.en.xml d_day.en.xml
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# use shell globbing to work around faulty globbing in gnu make
|
||||
SOURCEDIRS = $(shell sed -rn 's;^(.*/)[^/]*:(\[\]|global)$$;\1;gp' $@ )
|
||||
SOURCEDIRS = $(shell ls -d `sed -rn 's;^(.*/)[^/]*:(\[\]|global)$$;\1;gp' $@`)
|
||||
SOURCEREQS = $(shell ./build/source_globber.sh sourceglobs $@ |sed 's;$$;.??.xml;g' )
|
||||
|
||||
all: $(shell find ./ -name '*.sources')
|
||||
|
Loading…
Reference in New Issue
Block a user