[coreboot-gerrit] New patch to review for coreboot: 3ac99a0 build system: remove unsupported option of git submodule

WANG Siyuan (wangsiyuanbuaa@gmail.com) gerrit at coreboot.org
Tue Jun 9 10:03:03 CEST 2015


WANG Siyuan (wangsiyuanbuaa at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10473

-gerrit

commit 3ac99a0144eb87c47c26658fd7849fb57d632f39
Author: WANG Siyuan <wangsiyuanbuaa at gmail.com>
Date:   Tue Jun 9 16:01:14 2015 +0800

    build system: remove unsupported option of git submodule
    
    --checkout is not supported by 'git submodule update'
    
    Change-Id: I76bce1548f5eb365676d80e2d365cd69c64c4ee2
    Signed-off-by: WANG Siyuan <wangsiyuanbuaa at gmail.com>
    Signed-off-by: WANG Siyuan <SiYuan.Wang at amd.com>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 7a54586..27be98e 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -135,7 +135,7 @@ endif
 ifeq ($(CONFIG_USE_BLOBS),y)
 # this is necessary because 3rdparty/blobs is update=none, and so is ignored
 # unless explicitly requested and enabled through --checkout
-forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/blobs))
+forgetthis:=$(if $(GIT),$(shell git submodule update --init 3rdparty/blobs))
 endif
 
 ramstage-c-deps:=$$(OPTION_TABLE_H)



More information about the coreboot-gerrit mailing list