summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-28 10:58:34 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-28 10:58:34 +0000
commit185870615c350660626be835e6bbca37733c3135 (patch)
tree1ddf225ed4084fdce236b5cd76f74209c1d9e66b /testing
parent38e51eb4fb9ef311e38858c4429118723e65fdd9 (diff)
downloadopenocd+libswd-185870615c350660626be835e6bbca37733c3135.tar.gz
openocd+libswd-185870615c350660626be835e6bbca37733c3135.tar.bz2
openocd+libswd-185870615c350660626be835e6bbca37733c3135.tar.xz
openocd+libswd-185870615c350660626be835e6bbca37733c3135.zip
- fix missing/incorrect svn file props
git-svn-id: svn://svn.berlios.de/openocd/trunk@1292 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing')
-rw-r--r--[-rwxr-xr-x]testing/build.test1/Makefile0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/Makefile.ftd2xx0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/Makefile.libftdi0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/Makefile.libusb0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/Makefile.openocd0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/README.TXT78
-rw-r--r--[-rwxr-xr-x]testing/build.test1/local.uses0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/mingw32_help/include/elf.h0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/mingw32_help/include/sys/cdefs.h0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/mingw32_help/include/sys/elf32.h0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/mingw32_help/include/sys/elf64.h0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/mingw32_help/include/sys/elf_common.h0
-rw-r--r--[-rwxr-xr-x]testing/build.test1/mingw32_help/include/sys/elf_generic.h0
-rw-r--r--[-rwxr-xr-x]testing/build.test2/Makefile0
-rw-r--r--[-rwxr-xr-x]testing/build.test2/README.txt118
-rw-r--r--[-rwxr-xr-x]testing/build.test2/local.uses0
16 files changed, 98 insertions, 98 deletions
diff --git a/testing/build.test1/Makefile b/testing/build.test1/Makefile
index 7271bf2c..7271bf2c 100755..100644
--- a/testing/build.test1/Makefile
+++ b/testing/build.test1/Makefile
diff --git a/testing/build.test1/Makefile.ftd2xx b/testing/build.test1/Makefile.ftd2xx
index 3f19e772..3f19e772 100755..100644
--- a/testing/build.test1/Makefile.ftd2xx
+++ b/testing/build.test1/Makefile.ftd2xx
diff --git a/testing/build.test1/Makefile.libftdi b/testing/build.test1/Makefile.libftdi
index 1a9612c0..1a9612c0 100755..100644
--- a/testing/build.test1/Makefile.libftdi
+++ b/testing/build.test1/Makefile.libftdi
diff --git a/testing/build.test1/Makefile.libusb b/testing/build.test1/Makefile.libusb
index 815592a1..815592a1 100755..100644
--- a/testing/build.test1/Makefile.libusb
+++ b/testing/build.test1/Makefile.libusb
diff --git a/testing/build.test1/Makefile.openocd b/testing/build.test1/Makefile.openocd
index 6b0cb56f..6b0cb56f 100755..100644
--- a/testing/build.test1/Makefile.openocd
+++ b/testing/build.test1/Makefile.openocd
diff --git a/testing/build.test1/README.TXT b/testing/build.test1/README.TXT
index 330d6abf..c8244382 100755..100644
--- a/testing/build.test1/README.TXT
+++ b/testing/build.test1/README.TXT
@@ -1,39 +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
-
+-- 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
+
diff --git a/testing/build.test1/local.uses b/testing/build.test1/local.uses
index 6c6795b5..6c6795b5 100755..100644
--- a/testing/build.test1/local.uses
+++ b/testing/build.test1/local.uses
diff --git a/testing/build.test1/mingw32_help/include/elf.h b/testing/build.test1/mingw32_help/include/elf.h
index 23d4aa2d..23d4aa2d 100755..100644
--- a/testing/build.test1/mingw32_help/include/elf.h
+++ b/testing/build.test1/mingw32_help/include/elf.h
diff --git a/testing/build.test1/mingw32_help/include/sys/cdefs.h b/testing/build.test1/mingw32_help/include/sys/cdefs.h
index c401ce79..c401ce79 100755..100644
--- a/testing/build.test1/mingw32_help/include/sys/cdefs.h
+++ b/testing/build.test1/mingw32_help/include/sys/cdefs.h
diff --git a/testing/build.test1/mingw32_help/include/sys/elf32.h b/testing/build.test1/mingw32_help/include/sys/elf32.h
index 5dfe9c8b..5dfe9c8b 100755..100644
--- a/testing/build.test1/mingw32_help/include/sys/elf32.h
+++ b/testing/build.test1/mingw32_help/include/sys/elf32.h
diff --git a/testing/build.test1/mingw32_help/include/sys/elf64.h b/testing/build.test1/mingw32_help/include/sys/elf64.h
index 48556be5..48556be5 100755..100644
--- a/testing/build.test1/mingw32_help/include/sys/elf64.h
+++ b/testing/build.test1/mingw32_help/include/sys/elf64.h
diff --git a/testing/build.test1/mingw32_help/include/sys/elf_common.h b/testing/build.test1/mingw32_help/include/sys/elf_common.h
index b864f046..b864f046 100755..100644
--- a/testing/build.test1/mingw32_help/include/sys/elf_common.h
+++ b/testing/build.test1/mingw32_help/include/sys/elf_common.h
diff --git a/testing/build.test1/mingw32_help/include/sys/elf_generic.h b/testing/build.test1/mingw32_help/include/sys/elf_generic.h
index dbe9f1e8..dbe9f1e8 100755..100644
--- a/testing/build.test1/mingw32_help/include/sys/elf_generic.h
+++ b/testing/build.test1/mingw32_help/include/sys/elf_generic.h
diff --git a/testing/build.test2/Makefile b/testing/build.test2/Makefile
index d4c428ed..d4c428ed 100755..100644
--- a/testing/build.test2/Makefile
+++ b/testing/build.test2/Makefile
diff --git a/testing/build.test2/README.txt b/testing/build.test2/README.txt
index f4bedcc8..d71c14b5 100755..100644
--- a/testing/build.test2/README.txt
+++ b/testing/build.test2/README.txt
@@ -1,59 +1,59 @@
-
-This makefile is how I Duane Ellis (openocd@duaneellis.com) builds
-openocd test purposes on Cygwin. I have included it here so others
-might also make use of the same configuration that I use to develop
-Openocd.
-
---Duane Ellis
-
-To make use of it do the following:
-
-(1) Check out openocd in the standard way.
-
-For example - in cygwin, type this:
-
- bash$ mkdir -p /home/duane/test
- bash$ cd /home/duane/test
- bash$ svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd
-
-(2) COPY this folder "right above" where you have OpenOCD.
-
- bash$ cd /home/duane/test
- bash$ cp ./openocd/testing/build.test2/* /home/duane/test/.
-
-(3) OPTIONALLY
-
- You might want to review the file "local.uses"
- Change options and so forth at the top of the file.
-
-(4) Initially, you need to download some additional files.
- These include "libftdi", "libconfuse", and the ftd2xx drivers.
-
-(5) You also need to build the supporting libraries and install them
- (They are installed "locally" only)
-
- Type this command:
-
- bash$ cd /home/duane/test
-
- bash$ make initial.build
-
- which: (1) downloads files
- (2) builds the libs
- (3) builds OpenOCD
-
-(6) As you hack upon OpenOCD... to rebuild OpenOCD...
-
- bash$ cd /home/duane/test
-
- bash$ make remake
-
- which: (1) re-bootstraps
- (2) re-configures
- (3) re-builds
- (4) re-installs.
-
-=======
-**END**
-=======
-
+
+This makefile is how I Duane Ellis (openocd@duaneellis.com) builds
+openocd test purposes on Cygwin. I have included it here so others
+might also make use of the same configuration that I use to develop
+Openocd.
+
+--Duane Ellis
+
+To make use of it do the following:
+
+(1) Check out openocd in the standard way.
+
+For example - in cygwin, type this:
+
+ bash$ mkdir -p /home/duane/test
+ bash$ cd /home/duane/test
+ bash$ svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd
+
+(2) COPY this folder "right above" where you have OpenOCD.
+
+ bash$ cd /home/duane/test
+ bash$ cp ./openocd/testing/build.test2/* /home/duane/test/.
+
+(3) OPTIONALLY
+
+ You might want to review the file "local.uses"
+ Change options and so forth at the top of the file.
+
+(4) Initially, you need to download some additional files.
+ These include "libftdi", "libconfuse", and the ftd2xx drivers.
+
+(5) You also need to build the supporting libraries and install them
+ (They are installed "locally" only)
+
+ Type this command:
+
+ bash$ cd /home/duane/test
+
+ bash$ make initial.build
+
+ which: (1) downloads files
+ (2) builds the libs
+ (3) builds OpenOCD
+
+(6) As you hack upon OpenOCD... to rebuild OpenOCD...
+
+ bash$ cd /home/duane/test
+
+ bash$ make remake
+
+ which: (1) re-bootstraps
+ (2) re-configures
+ (3) re-builds
+ (4) re-installs.
+
+=======
+**END**
+=======
+
diff --git a/testing/build.test2/local.uses b/testing/build.test2/local.uses
index edde31b0..edde31b0 100755..100644
--- a/testing/build.test2/local.uses
+++ b/testing/build.test2/local.uses