summaryrefslogtreecommitdiff
path: root/testing/build.test1/Makefile
diff options
context:
space:
mode:
authorduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-27 01:44:29 +0000
committerduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-27 01:44:29 +0000
commitdbd26e3a27bcc50854b768bad146882a02dc58f0 (patch)
tree2739c6c85d49d4c12ae255cfe075cff83d4c3a78 /testing/build.test1/Makefile
parent92c9d46449a7562080ea0277a7b7309ed2bdba03 (diff)
downloadopenocd+libswd-dbd26e3a27bcc50854b768bad146882a02dc58f0.tar.gz
openocd+libswd-dbd26e3a27bcc50854b768bad146882a02dc58f0.tar.bz2
openocd+libswd-dbd26e3a27bcc50854b768bad146882a02dc58f0.tar.xz
openocd+libswd-dbd26e3a27bcc50854b768bad146882a02dc58f0.zip
Added documentation for build test case1
git-svn-id: svn://svn.berlios.de/openocd/trunk@1277 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/build.test1/Makefile')
-rwxr-xr-xtesting/build.test1/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/build.test1/Makefile b/testing/build.test1/Makefile
index a69d7d33..7271bf2c 100755
--- 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
+