From 50ad0950ae5c931e7e36460db009dd1692b3c4b8 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Mon, 22 Oct 2012 16:29:37 +0800 Subject: gitconfig: Create .git/hooks before copying files. Change-Id: Id5564bf7a12b3ea9a5e60bd9522466157ace8c65 Signed-off-by: Zheng Bao Signed-off-by: Zheng Bao Reviewed-on: http://review.coreboot.org/1601 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.inc') 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 \ -- cgit v1.1