diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2015-07-19 14:23:54 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2015-07-19 14:23:54 +0000 |
commit | 8088e0cda1ff0aa065274972fcfc56c3d90cab3a (patch) | |
tree | e5a81c85994e8d9b9193d03aeb4c01ba2e442a19 /java/openjdk8/files/patch-langtools-test-Makefile | |
parent | Update to 1.8.14p1 (diff) |
. Update to 8u51.
Diffstat (limited to 'java/openjdk8/files/patch-langtools-test-Makefile')
-rw-r--r-- | java/openjdk8/files/patch-langtools-test-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/openjdk8/files/patch-langtools-test-Makefile b/java/openjdk8/files/patch-langtools-test-Makefile deleted file mode 100644 index 85cd3ca71f95..000000000000 --- a/java/openjdk8/files/patch-langtools-test-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- langtools/test/Makefile Tue May 05 18:06:51 2015 -0700 -+++ langtools/test/Makefile Sat Jul 04 15:31:54 2015 -0700 -@@ -36,7 +36,7 @@ - ARCH=i586 - endif - endif --ifneq ($(findstring $(OSNAME), BSD), ) -+ifneq ($(findstring BSD, $(OSNAME)), ) - PLATFORM = bsd - JT_PLATFORM = linux - ARCH = $(shell uname -p) |