X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=5b3a7734b61adb8605c16bba0ecac5e23ccadad6;hb=1f7d4ca40756aa509440e364cb03e5f7766ec258;hp=4d1ae891fb39df85df56a447eb5807ad9c2311d8;hpb=f72958df29cf49a1056a76be603e047e8c688f48;p=openwrt.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 4d1ae891fb..5b3a7734b6 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -121,6 +121,10 @@ $(eval $(call RequireCommand,wget, \ Please install wget. \ )) +$(eval $(call RequireCommand,git, \ + Please install git (git-core). \ +)) + define Require/gnutar $(TAR) --version 2>&1 | grep GNU > /dev/null endef @@ -134,7 +138,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, \