[coreboot] New patch to review for coreboot: 4aeb1c8 Ignore .exe files in whitespace test

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Thu Apr 5 11:21:01 CEST 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/863

-gerrit

commit 4aeb1c857b3819e115b39b67b1379fbd2c21892d
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Thu Apr 5 11:18:23 2012 +0200

    Ignore .exe files in whitespace test
    
    On windows, we sometimes require getopt executables, which end up
    in the source tree. These shouldn't break the whitespace test.
    
    Change-Id: Iaf86e38b94605bebb69a317e00f932eefcf468b9
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
---
 util/lint/lint-stable-003-whitespace |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace
index fe305bf..a5ca540 100755
--- a/util/lint/lint-stable-003-whitespace
+++ b/util/lint/lint-stable-003-whitespace
@@ -26,6 +26,7 @@ find src util -name .svn -type d -prune -o \
 	-name TODO -prune -o \
 	-name COPYING -prune -o \
 	-name \*.txt -prune -o \
+	-name \*.exe -prune -o \
 	-name microcode-\*.h -prune -o \
 	-name \*.?_shipped -prune -o \
 	-name \*.[18] -prune -o \




More information about the coreboot mailing list