mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-16 03:46:58 +00:00
prereq check for find -exec +
SVN-Revision: 6940
This commit is contained in:
parent
c38691f291
commit
8857381856
@ -121,3 +121,11 @@ $(eval $(call Require,gnutar, \
|
||||
$(eval $(call RequireCommand,autoconf, \
|
||||
Please install GNU autoconf. \
|
||||
))
|
||||
|
||||
define Require/find
|
||||
find . -maxdepth 1 -exec ls {} + > /dev/null 2>&1
|
||||
endef
|
||||
|
||||
$(eval $(call Require,find, \
|
||||
Please install GNU find 4.2.12 or better. \
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user