Issue #329 has been reported by xinhua wang.
---------------------------------------- Feature #329: Add progress feature so it doesn't look "hung" when running make on slow internet connections https://ticket.coreboot.org/issues/329
* Author: xinhua wang * Status: New * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- 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 ?