aboutsummaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-06 11:50:08 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-06 11:50:08 +0000
commit07e19452d87a6304a56b9bd069c7e5eebbb5bc68 (patch)
tree97640fe1dee5200bfaa27edd123bc4e94ddf3c01 /include/prereq-build.mk
parent623f057f467a8c7a8fc4a67dcc0617bf560ffc9f (diff)
downloadmaster-187ad058-07e19452d87a6304a56b9bd069c7e5eebbb5bc68.tar.gz
master-187ad058-07e19452d87a6304a56b9bd069c7e5eebbb5bc68.tar.bz2
master-187ad058-07e19452d87a6304a56b9bd069c7e5eebbb5bc68.zip
include: rework git prereq test to not require 'man'
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44292 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 1c8de0638e..7945f05325 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -143,7 +143,7 @@ $(eval $(call SetupHostCommand,svn,Please install the Subversion client, \
svn --version | grep Subversion))
$(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, \
file --version | grep file))