1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-18 05:03:56 +02:00

add prereq check for gnu find

SVN-Revision: 9710
This commit is contained in:
Felix Fietkau 2007-12-11 22:28:10 +00:00
parent 224aaf34ac
commit 5de58125bd

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 \
))