|
@@ -145,7 +145,7 @@ $(eval $(call SetupHostCommand,svn,Please install the Subversion client, \
|
|
svn --version | grep Subversion))
|
|
svn --version | grep Subversion))
|
|
|
|
|
|
$(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.6.5, \
|
|
$(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.6.5, \
|
|
- git clone 2>&1 | grep -- --recursive))
|
|
|
|
|
|
+ git --exec-path | xargs -I % -- grep -q -- --recursive %/git-submodule))
|
|
|
|
|
|
$(eval $(call SetupHostCommand,file,Please install the 'file' package, \
|
|
$(eval $(call SetupHostCommand,file,Please install the 'file' package, \
|
|
file --version 2>&1 | grep file))
|
|
file --version 2>&1 | grep file))
|