|
From: <du...@ma...> - 2008-12-27 02:44:36
|
Author: duane
Date: 2008-12-27 02:44:29 +0100 (Sat, 27 Dec 2008)
New Revision: 1277
Added:
trunk/testing/build.test1/README.TXT
Modified:
trunk/testing/build.test1/Makefile
trunk/testing/build.test1/Makefile.libusb
Log:
Added documentation for build test case1
Modified: trunk/testing/build.test1/Makefile
===================================================================
--- trunk/testing/build.test1/Makefile 2008-12-27 01:30:06 UTC (rev 1276)
+++ trunk/testing/build.test1/Makefile 2008-12-27 01:44:29 UTC (rev 1277)
@@ -81,6 +81,13 @@
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
+
Modified: trunk/testing/build.test1/Makefile.libusb
===================================================================
--- trunk/testing/build.test1/Makefile.libusb 2008-12-27 01:30:06 UTC (rev 1276)
+++ trunk/testing/build.test1/Makefile.libusb 2008-12-27 01:44:29 UTC (rev 1277)
@@ -10,8 +10,8 @@
$(error Please use the win32 specific port of LibUSB not the Unix version)
endif
-TARFILE_LOCAL = ${VIRGINS}/libusb-${LIBUSB_VERSION}.tar.bz2
-TARFILE_URL = http://downloads.sourceforge.net/libusb/libusb-${LIBUSB_VERSION}.tar.gz
+TARFILE_LOCAL = ${VIRGINS}/libusb-${LIBUSB_VERSION_linux}.tar.bz2
+TARFILE_URL = http://downloads.sourceforge.net/libusb/libusb-${LIBUSB_VERSION_linux}.tar.gz
LIBUSB_SRC_DIR = ${HERE}/libusb-${LIBUSB_VERSION}
LIBUSB_BUILD_DIR = ${HERE}/libusb-build
Added: trunk/testing/build.test1/README.TXT
===================================================================
--- trunk/testing/build.test1/README.TXT 2008-12-27 01:30:06 UTC (rev 1276)
+++ trunk/testing/build.test1/README.TXT 2008-12-27 01:44:29 UTC (rev 1277)
@@ -0,0 +1,39 @@
+-- Duane Ellis'es test case for building numerous openocd configurations...
+Dec 26,2008
+---------------------------------------------------------------------------
+
+1) Make a directory some where..
+
+ mkdir ~/test
+
+2) Change to that directory
+
+ cd ~/test
+
+3) Checkout OpenOCD in that directory.
+
+ cd ~/test
+ svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd
+
+4) Copy the "build.test1" directory to the "~/work" directory.
+
+
+ cd ~/test
+ cp ~/openocd/testing/build.test1/. ~/test/.
+
+5) If needed, download various components.
+
+ cd ~/work
+ make all.download
+
+
+6) For Linux - type:
+
+ cd ~/work
+ make linux.buildtest
+
+7) For Cygwin - type:
+
+ cd ~/work
+ make cygwin.buildtest
+
Property changes on: trunk/testing/build.test1/README.TXT
___________________________________________________________________
Name: svn:executable
+ *
|