Skip to content
Snippets Groups Projects
Commit 5de58125 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add prereq check for gnu find

SVN-Revision: 9710
parent 224aaf34
No related branches found
No related tags found
No related merge requests found
...@@ -123,3 +123,10 @@ $(eval $(call RequireCommand,autoconf, \ ...@@ -123,3 +123,10 @@ $(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \ Please install GNU autoconf. \
)) ))
define Require/gnu-find
$(FIND) $(TMP_DIR) -lname foo
endef
$(eval $(call Require,gnu-find, \
Please install GNU find \
))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment