X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c3d411344787911d91b7fed556a5fe99eff24ebc..5e4f3f7961b85eec809c2c5e581876ab9bd94b71:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index d3aec6439..1e448d393 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -52,7 +52,8 @@ $(eval $(call Require,working-gcc, \ define Require/working-g++ echo 'int main(int argc, char **argv) { return 0; }' | \ - g++ -x c++ -o $(TMP_DIR)/a.out -lstdc++ - + g++ -x c++ -o $(TMP_DIR)/a.out -lstdc++ - && \ + $(TMP_DIR)/a.out endef $(eval $(call Require,working-g++, \ @@ -118,6 +119,11 @@ $(eval $(call Require,gnutar, \ Please install GNU tar. \ )) +$(eval $(call RequireCommand,svn, \ + Please install the subversion client. \ +)) + $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) +