X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=testing%2Fbuild.test1%2FMakefile;h=7271bf2c6dc17ba12f3d70f82617e535453b5d80;hb=8f3b28ff4199a64d6f7aff1584a48f18661969ae;hp=a69d7d33d9145ccfcd74800ee406ff6b30fc05a3;hpb=92c9d46449a7562080ea0277a7b7309ed2bdba03;p=openocd.git diff --git a/testing/build.test1/Makefile b/testing/build.test1/Makefile old mode 100755 new mode 100644 index a69d7d33d9..7271bf2c6d --- a/testing/build.test1/Makefile +++ b/testing/build.test1/Makefile @@ -81,6 +81,13 @@ linux.ftd2xx_installed.setup: cd $(EXEC_PREFIX)/lib && ln -s libftd2xx.so.$(FTD2XX_LINUX_VERSION) libftd2xx.so +all.download: + mkdir -p ${VIRGINS} + ${MAKE} -f Makefile.confuse download + ${MAKE} -f Makefile.libftdi download + ${MAKE} -f Makefile.ftd2xx download + ${MAKE} -f Makefile.libusb download + .PHONY: linux.buildtest \ linux.easy.buildtest \ linux.ftd2xx_installed \ @@ -88,3 +95,4 @@ linux.ftd2xx_installed.setup: linux.ftd2xx_installed.setup +