[coreboot] New patch to review for coreboot: 44b1a98 Top Makefile: Fix a typo.(trivial)

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Sat Sep 29 03:20:10 CEST 2012


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1552

-gerrit

commit 44b1a98f75ccf2e1de88b0ef0b2ac4d1b54bd124
Author: Zheng Bao <fishbaozi at gmail.com>
Date:   Sat Sep 29 11:21:29 2012 +0800

    Top Makefile: Fix a typo.(trivial)
    
    Change-Id: I7e5b1e2c2e8e7d8a64f6859925f8e2eab4e2b80b
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 63c0403..0d159ef 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -272,7 +272,7 @@ update:
 	dongle.py -c /dev/term/1 $(obj)/coreboot.rom EOF
 
 lint lint-stable:
-	FAILED=0; LINTLOG=`mktemp .tmpconfig.lintXXXXX`; \
+	FAILED=0; LINTLOG=`mktemp.tmpconfig.lintXXXXX`; \
 	for script in util/lint/$@-*; do \
 		echo; echo `basename $$script`; \
 		grep "^# DESCR:" $$script | sed "s,.*DESCR: *,," ; \




More information about the coreboot mailing list