[coreboot-gerrit] New patch to review for coreboot: cbfstool: Add .SILENT: to Makefile

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Nov 21 17:54:58 CET 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12509

-gerrit

commit 63fcec8b8932f5278831a121208f53280f87204f
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Sat Nov 21 17:53:32 2015 +0100

    cbfstool: Add .SILENT: to Makefile
    
    This makes the make process look like the one inside
    of coreboot's build system.
    
    Change-Id: I48be2df39cad47644e16ce583b27c33a1da81fc3
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/cbfstool/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index 679962a..9cedb61 100644
--- a/util/cbfstool/Makefile
+++ b/util/cbfstool/Makefile
@@ -27,4 +27,6 @@ linux_trampoline.c: linux_trampoline.S
 	mv trampoline.c linux_trampoline.c
 	rm linux_trampoline trampoline
 
+.SILENT:
+
 include Makefile.inc



More information about the coreboot-gerrit mailing list