projects-dir.mk: Fix build for Ubuntu 14.04

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-03-07 15:26:02 +00:00
commit 6e21928719

View file

@ -326,7 +326,7 @@ clone.done: $(filter-out $(UNAVAILABLE_TARGETS),$(SSH_WRAPPER_SH))
list-files:
@for p in $(PROJECTS); do \
$(LIST_VCS_FILES) -znf $$p | sed -z "s/^/$$p\//" | \
xargs -0 realpath --relative-to=. ;\
xargs -0 realpath ;\
done
list-text-files: