[Buildroot] [git commit] Makefile: hide commands that build the package file lists at end of build

Peter Korsgaard peter at korsgaard.com
Sat Aug 29 17:37:01 UTC 2020


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=18f6c2611898c852a10e38978249a9ce81c24163
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > Since commit 0e2be4db8ab01d479177a3a187c22525752195ae
 > ("package/pkg-generic: make file list logic parallel build
 > compatible"), the commands executed at the every end of the build
 > to assemble the list of files installed by the different packages
 > are visible in the make output. They are quite noisy, and clutter
 > the output.

 > The other commands in target-finalize are also hidden using "@",
 > so we should also do the same for those commands. But that hurts
 > debuggability, so we use $(Q) (the existing '@'s can be changed
 > in a followup patch).

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
 > [yann.morin.1998 at free.fr: use '$(Q)', not '@']
 > Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list