mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
tool/depot: pass make flags to dependencies cmd
This patch harmonizes the tool/depot/download with the version of the Goa tool.
This commit is contained in:
parent
2691f2073a
commit
0cffda3cfe
@ -34,7 +34,7 @@ download:
|
||||
$(VERBOSE)\
|
||||
while true; do \
|
||||
if $(DEPENDENCIES_CMD) > /dev/null 2> /dev/null; then break; fi; \
|
||||
missing_deps=`$(DEPENDENCIES_CMD) 2> /dev/null | sed -n "/^ /s/ *//p"`; \
|
||||
missing_deps=`$(MAKE) -f $(DEPENDENCIES_CMD) 2> /dev/null | sed -n "/^ /s/ *//p"`; \
|
||||
$(DOWNLOAD_CMD) $$missing_deps || break; \
|
||||
done;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user