From e2f7bc30293d9ea4218157600226acdf702119bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Thu, 27 Jun 2013 18:22:34 -0700 Subject: Add executable permission to ccache and protoc. --- sp/src/devtools/bin/linux/ccache | Bin sp/src/devtools/bin/osx32/ccache | Bin sp/src/devtools/bin/osx32/protoc | Bin 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 sp/src/devtools/bin/linux/ccache mode change 100644 => 100755 sp/src/devtools/bin/osx32/ccache mode change 100644 => 100755 sp/src/devtools/bin/osx32/protoc (limited to 'sp/src/devtools') diff --git a/sp/src/devtools/bin/linux/ccache b/sp/src/devtools/bin/linux/ccache old mode 100644 new mode 100755 diff --git a/sp/src/devtools/bin/osx32/ccache b/sp/src/devtools/bin/osx32/ccache old mode 100644 new mode 100755 diff --git a/sp/src/devtools/bin/osx32/protoc b/sp/src/devtools/bin/osx32/protoc old mode 100644 new mode 100755 -- cgit v1.2.3 From 5f08baab704a1d501507b4c7844d9a6da25ba461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Fri, 28 Jun 2013 11:29:58 -0700 Subject: Mac: Fix corrupted protoc binaries. These binaries were corrupted due to accidental newline ending conversion. --- sp/src/devtools/bin/osx32/protoc | Bin 1387919 -> 1382408 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'sp/src/devtools') diff --git a/sp/src/devtools/bin/osx32/protoc b/sp/src/devtools/bin/osx32/protoc index 9f535f44..f111cb24 100755 Binary files a/sp/src/devtools/bin/osx32/protoc and b/sp/src/devtools/bin/osx32/protoc differ -- cgit v1.2.3 From 5287c094fd59563e3ad0218d60a532ace7308336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Fri, 28 Jun 2013 11:31:36 -0700 Subject: Add executable bit to gendbg.sh. --- sp/src/devtools/gendbg.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 sp/src/devtools/gendbg.sh (limited to 'sp/src/devtools') diff --git a/sp/src/devtools/gendbg.sh b/sp/src/devtools/gendbg.sh old mode 100644 new mode 100755 -- cgit v1.2.3