Zheng Bao (zheng.bao@amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1601
-gerrit
commit 742fc2a96ce2b55a2bb4238541c1a6ea19fefbb5 Author: Zheng Bao fishbaozi@gmail.com Date: Mon Oct 22 16:29:37 2012 +0800
gitconfig: Create .git/hooks before copying files.
Change-Id: Id5564bf7a12b3ea9a5e60bd9522466157ace8c65 Signed-off-by: Zheng Bao zheng.bao@amd.com Signed-off-by: Zheng Bao fishbaozi@gmail.com --- Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile.inc b/Makefile.inc index 1ba56b0..3f079cd 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -292,6 +292,7 @@ lint lint-stable: rm -f $$LINTLOG
gitconfig: + mkdir -p .git/hooks for hook in commit-msg pre-commit ; do \ if [ util/gitconfig/$$hook -nt .git/hooks/$$hook -o \ ! -x .git/hooks/$$hook ]; then \