prereq check for find -exec +

SVN-Revision: 6940
v19.07.3_mercusys_ac12_duma
Mike Baker 17 years ago
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…
Cancel
Save