]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Check if git index actually exists
authorPeter Lemenkov <lemenkov@gmail.com>
Mon, 16 Jun 2014 12:35:23 +0000 (13:35 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 16 Jun 2014 12:35:52 +0000 (13:35 +0100)
commit1639978f5a3ed821eeb752f81af0093884384de4
treead6854302477b27c911f70bb1d6a9cbac71110c6
parent7fe0735170929bcdc8364d4d5529fbb171b1aa79
[build] Check if git index actually exists

If iPXE is used as a git submodule then the ../.git/index file will
not exist, and the build will fail.  Fix by checking that the git
index file exists before adding it as a build dependency.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping