Support force-disabling per-package parallel build with {PKG,HOST}_BUILD_PARALLEL:=0
[openwrt.git] / include / prereq-build.mk
index 4d1ae89..84d3f22 100644 (file)
@@ -134,7 +134,7 @@ $(eval $(call RequireCommand,svn, \
 ))
 
 define Require/gnu-find
-       $(FIND) $(TMP_DIR) -lname foo
+       $(FIND) --version 2>/dev/null
 endef
 
 $(eval $(call Require,gnu-find, \
This page took 0.024631 seconds and 4 git commands to generate.