On Mon, 25 Nov 2024 16:12:45 +0100, Ahmad Fatoum wrote: > MAKEALL always logs into a LOGDIR, but the output is not very talkative, > because for compiling, make is always called with -s (silent) option, > which prevents both V=0 and V=1 from affecting the output. > > To make the output of MAKEALL more usefuly from CI, we want V=0 to have > an effect (i.e. print messages like `CC version.o') and all output > to go to stdout/stderr, because it's more user friendly to have the > output directly in the Github Actions log instead of being in a zip file > that needs to be downloaded. > > [...] Applied, thanks! [1/2] MAKEALL: allow users to increase verbosity and sidestep logging https://git.pengutronix.de/cgit/barebox/commit/?id=6006ae2abf0b (link may not be stable) [2/2] ci: don't run make in silent mode https://git.pengutronix.de/cgit/barebox/commit/?id=6f2d8157e2a6 (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>