summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-11 22:28:10 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-11 22:28:10 +0000
commit37657a06c035d9b3590eb529b8968c48578fb72d (patch)
treeb8bf17cb7e60013255b1a07147bf72b49a9d8018 /include/prereq-build.mk
parentd62dc9dbcf4d99f4c9c27d83a0fd2f2583d05e33 (diff)
add prereq check for gnu find
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9710 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 11ee111ce..b0114f0b9 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -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 \
+))