add git checkout support

SVN-Revision: 9553
This commit is contained in:
Felix Fietkau
2007-11-16 03:10:40 +00:00
parent 029df8cc2e
commit 224760dee7
2 changed files with 30 additions and 2 deletions

View File

@@ -119,6 +119,18 @@ $(eval $(call Require,gnutar, \
Please install GNU tar. \
))
define Require/git
which git-clone
endef
$(eval $(call Require,git, \
Please install git. \
))
$(eval $(call RequireCommand,svn, \
Please install the subversion client. \
))
$(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))