add prereq check for gnu find

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9710 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-12-11 22:28:10 +00:00
parent 7e6956ad88
commit 6510d71bc7
1 changed files with 7 additions and 0 deletions

View File

@ -123,3 +123,10 @@ $(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))
define Require/gnu-find
$(FIND) $(TMP_DIR) -lname foo
endef
$(eval $(call Require,gnu-find, \
Please install GNU find \
))