mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-02 15:40:55 +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)\
|
$(VERBOSE)\
|
||||||
while true; do \
|
while true; do \
|
||||||
if $(DEPENDENCIES_CMD) > /dev/null 2> /dev/null; then break; fi; \
|
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; \
|
$(DOWNLOAD_CMD) $$missing_deps || break; \
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user