gitconfig: Improve robustness when blobs aren't present
commit11ac97bb2b4f9d58e899880f536d437a305f3829
authorPatrick Georgi <pgeorgi@chromium.org>
Mon, 6 Jul 2015 09:31:42 +0000 (6 09:31 +0000)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 7 Jul 2015 00:23:18 +0000 (7 02:23 +0200)
tree225707518195be99fa64f8c63ce02f92ed4b1897
parent9d6a17b549ccb200ad9d04c7051e1404741a9d38
gitconfig: Improve robustness when blobs aren't present

With no blobs present the 'make gitconfig' target failed when
trying to add a file to a directory which doesn't exist.
Only try to deal with blobs if they're around.

Change-Id: I27ed33e2e22bb1571bc73fe55cf45aa1e2310bf1
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10806
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Makefile.inc