mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:25:01 +02:00
prereq check for find -exec +
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6940 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
80f367f6f1
commit
270fe35d13
@ -121,3 +121,11 @@ $(eval $(call Require,gnutar, \
|
|||||||
$(eval $(call RequireCommand,autoconf, \
|
$(eval $(call RequireCommand,autoconf, \
|
||||||
Please install GNU 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