From 185870615c350660626be835e6bbca37733c3135 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Sun, 28 Dec 2008 10:58:34 +0000 Subject: - fix missing/incorrect svn file props git-svn-id: svn://svn.berlios.de/openocd/trunk@1292 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- testing/build.test1/Makefile | 0 testing/build.test1/Makefile.ftd2xx | 0 testing/build.test1/Makefile.libftdi | 0 testing/build.test1/Makefile.libusb | 0 testing/build.test1/Makefile.openocd | 0 testing/build.test1/README.TXT | 78 +++++++++++----------- testing/build.test1/local.uses | 0 testing/build.test1/mingw32_help/include/elf.h | 0 .../build.test1/mingw32_help/include/sys/cdefs.h | 0 .../build.test1/mingw32_help/include/sys/elf32.h | 0 .../build.test1/mingw32_help/include/sys/elf64.h | 0 .../mingw32_help/include/sys/elf_common.h | 0 .../mingw32_help/include/sys/elf_generic.h | 0 13 files changed, 39 insertions(+), 39 deletions(-) mode change 100755 => 100644 testing/build.test1/Makefile mode change 100755 => 100644 testing/build.test1/Makefile.ftd2xx mode change 100755 => 100644 testing/build.test1/Makefile.libftdi mode change 100755 => 100644 testing/build.test1/Makefile.libusb mode change 100755 => 100644 testing/build.test1/Makefile.openocd mode change 100755 => 100644 testing/build.test1/README.TXT mode change 100755 => 100644 testing/build.test1/local.uses mode change 100755 => 100644 testing/build.test1/mingw32_help/include/elf.h mode change 100755 => 100644 testing/build.test1/mingw32_help/include/sys/cdefs.h mode change 100755 => 100644 testing/build.test1/mingw32_help/include/sys/elf32.h mode change 100755 => 100644 testing/build.test1/mingw32_help/include/sys/elf64.h mode change 100755 => 100644 testing/build.test1/mingw32_help/include/sys/elf_common.h mode change 100755 => 100644 testing/build.test1/mingw32_help/include/sys/elf_generic.h (limited to 'testing/build.test1') diff --git a/testing/build.test1/Makefile b/testing/build.test1/Makefile old mode 100755 new mode 100644 diff --git a/testing/build.test1/Makefile.ftd2xx b/testing/build.test1/Makefile.ftd2xx old mode 100755 new mode 100644 diff --git a/testing/build.test1/Makefile.libftdi b/testing/build.test1/Makefile.libftdi old mode 100755 new mode 100644 diff --git a/testing/build.test1/Makefile.libusb b/testing/build.test1/Makefile.libusb old mode 100755 new mode 100644 diff --git a/testing/build.test1/Makefile.openocd b/testing/build.test1/Makefile.openocd old mode 100755 new mode 100644 diff --git a/testing/build.test1/README.TXT b/testing/build.test1/README.TXT old mode 100755 new mode 100644 index 330d6abf..c8244382 --- 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 old mode 100755 new mode 100644 diff --git a/testing/build.test1/mingw32_help/include/elf.h b/testing/build.test1/mingw32_help/include/elf.h old mode 100755 new mode 100644 diff --git a/testing/build.test1/mingw32_help/include/sys/cdefs.h b/testing/build.test1/mingw32_help/include/sys/cdefs.h old mode 100755 new mode 100644 diff --git a/testing/build.test1/mingw32_help/include/sys/elf32.h b/testing/build.test1/mingw32_help/include/sys/elf32.h old mode 100755 new mode 100644 diff --git a/testing/build.test1/mingw32_help/include/sys/elf64.h b/testing/build.test1/mingw32_help/include/sys/elf64.h old mode 100755 new mode 100644 diff --git a/testing/build.test1/mingw32_help/include/sys/elf_common.h b/testing/build.test1/mingw32_help/include/sys/elf_common.h old mode 100755 new mode 100644 diff --git a/testing/build.test1/mingw32_help/include/sys/elf_generic.h b/testing/build.test1/mingw32_help/include/sys/elf_generic.h old mode 100755 new mode 100644 -- cgit v1.2.3