Actions
Feature #329
openAdd progress feature so it doesn't look "hung" when running make on slow internet connections
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12/30/2021
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
edit the makefile.inc so the submodules chromeec, etc will show something (I had to use V=1 and -d to show it),
forgetthis:=$(if $(GIT),$(shell git submodule update --progress --init $(quiet_errors)))
forgetthis:=$(if $(GIT),$(shell git submodule update --init --progress ))
(add --progress)
when i ran make it just hang before for hours
after I found its download at 60kb/s thats why
no idea how to integrate that or make it as default, as you would need V=1 and -d too ?
No data to display
Actions