- fix missing/incorrect svn file props
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 28 Dec 2008 10:58:34 +0000 (10:58 +0000)
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 28 Dec 2008 10:58:34 +0000 (10:58 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1292 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 files changed:
testing/build.test1/Makefile [changed mode: 0755->0644]
testing/build.test1/Makefile.ftd2xx [changed mode: 0755->0644]
testing/build.test1/Makefile.libftdi [changed mode: 0755->0644]
testing/build.test1/Makefile.libusb [changed mode: 0755->0644]
testing/build.test1/Makefile.openocd [changed mode: 0755->0644]
testing/build.test1/README.TXT [changed mode: 0755->0644]
testing/build.test1/local.uses [changed mode: 0755->0644]
testing/build.test1/mingw32_help/include/elf.h [changed mode: 0755->0644]
testing/build.test1/mingw32_help/include/sys/cdefs.h [changed mode: 0755->0644]
testing/build.test1/mingw32_help/include/sys/elf32.h [changed mode: 0755->0644]
testing/build.test1/mingw32_help/include/sys/elf64.h [changed mode: 0755->0644]
testing/build.test1/mingw32_help/include/sys/elf_common.h [changed mode: 0755->0644]
testing/build.test1/mingw32_help/include/sys/elf_generic.h [changed mode: 0755->0644]
testing/build.test2/Makefile [changed mode: 0755->0644]
testing/build.test2/README.txt [changed mode: 0755->0644]
testing/build.test2/local.uses [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 330d6ab..c824438
@@ -1,39 +1,39 @@
--- Duane Ellis'es test case for building numerous openocd configurations...\r
-Dec 26,2008\r
----------------------------------------------------------------------------\r
-\r
-1)     Make a directory some where..\r
-\r
-       mkdir ~/test\r
-\r
-2)     Change to that directory\r
-\r
-       cd  ~/test\r
-\r
-3)     Checkout OpenOCD in that directory.\r
-\r
-       cd ~/test\r
-       svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd\r
-\r
-4)      Copy the "build.test1" directory to the "~/work" directory.\r
-\r
-\r
-       cd ~/test\r
-       cp ~/openocd/testing/build.test1/.  ~/test/.\r
-\r
-5)     If needed, download various components.\r
-\r
-       cd ~/work\r
-       make all.download\r
-\r
-\r
-6)     For Linux - type: \r
-\r
-       cd ~/work\r
-       make linux.buildtest\r
-\r
-7)     For Cygwin - type:\r
-\r
-       cd ~/work\r
-       make cygwin.buildtest\r
-\r
+-- 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
+
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index f4bedcc..d71c14b
@@ -1,59 +1,59 @@
-\r
-This makefile is how I Duane Ellis (openocd@duaneellis.com) builds\r
-openocd test purposes on Cygwin. I have included it here so others\r
-might also make use of the same configuration that I use to develop\r
-Openocd.\r
-\r
---Duane Ellis\r
-\r
-To make use of it do the following:\r
-\r
-(1)    Check out openocd in the standard way.\r
-\r
-For example - in cygwin, type this:\r
-\r
-    bash$  mkdir -p /home/duane/test\r
-    bash$  cd /home/duane/test\r
-    bash$  svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd\r
-\r
-(2)    COPY this folder "right above" where you have OpenOCD.\r
-\r
-    bash$  cd /home/duane/test\r
-    bash$  cp ./openocd/testing/build.test2/*   /home/duane/test/.\r
-\r
-(3) OPTIONALLY\r
-\r
-    You might want to review the file "local.uses"\r
-    Change options and so forth at the top of the file.\r
-\r
-(4)    Initially, you need to download some additional files.\r
-       These include "libftdi", "libconfuse", and the ftd2xx drivers.\r
-\r
-(5)    You also need to build the supporting libraries and install them\r
-       (They are installed "locally" only)\r
-\r
-       Type this command:\r
-\r
-    bash$ cd /home/duane/test\r
-\r
-    bash$ make initial.build\r
-\r
-         which:  (1) downloads files\r
-                 (2) builds the libs\r
-                 (3) builds OpenOCD\r
-\r
-(6)     As you hack upon OpenOCD... to rebuild OpenOCD...\r
-       \r
-    bash$ cd /home/duane/test\r
-\r
-    bash$ make remake\r
-\r
-         which: (1) re-bootstraps \r
-                (2) re-configures\r
-                (3) re-builds\r
-                (4) re-installs.\r
-   \r
-=======\r
-**END**\r
-=======\r
-\r
+
+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**
+=======
+
old mode 100755 (executable)
new mode 100644 (file)

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)