mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
include: rework git prereq test to not require 'man'
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44292
This commit is contained in:
parent
865647cea2
commit
330fcd48e5
@ -143,7 +143,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 --help | grep -- --recursive))
|
git clone 2>&1 | grep -- --recursive))
|
||||||
|
|
||||||
$(eval $(call SetupHostCommand,file,Please install the 'file' package, \
|
$(eval $(call SetupHostCommand,file,Please install the 'file' package, \
|
||||||
file --version | grep file))
|
file --version | grep file))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user