[coreboot-gerrit] New patch to review for coreboot: util/futility: trivial - Add distclean target

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Mar 3 20:12:13 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13888

-gerrit

commit 7b79b6ec21a4c1abfabbc66a08544a46c5b3adfa
Author: Martin Roth <martinroth at google.com>
Date:   Thu Mar 3 12:11:47 2016 -0700

    util/futility: trivial - Add distclean target
    
    The what-jenkins-does build runs distclean when building the utilities.
    It doesn't fail the build if distclean fails, but it generates a
    scary warning.
    
    Change-Id: Iac90958951976ed326a89ef2b5f2d9f17f9f2d6b
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/futility/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/futility/Makefile b/util/futility/Makefile
index 3ce45ed..f00e2eb 100644
--- a/util/futility/Makefile
+++ b/util/futility/Makefile
@@ -12,6 +12,8 @@ clean:
 	$(RM) $(objutil)/futility/futility
 	$(RM) -r $(objutil)/futility/build
 
+distclean: clean
+
 ifneq ($(V),1)
 ifneq ($(Q),)
 .SILENT:



More information about the coreboot-gerrit mailing list