aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2014-07-20 19:33:08 +0000
committerGreg Lewis <glewis@FreeBSD.org>2014-07-20 19:33:08 +0000
commit6aff7f3a8ab09f13fd4ef1313e524f73c613eaf5 (patch)
tree5699826c44ce10a406f07a9cc81aecf1772fcd2c /java
parent586ceb34f724fdf446e6349eff91175e1bbf3eae (diff)
downloadports-6aff7f3a8ab09f13fd4ef1313e524f73c613eaf5.tar.gz
ports-6aff7f3a8ab09f13fd4ef1313e524f73c613eaf5.zip
Notes
Diffstat (limited to 'java')
-rw-r--r--java/openjdk8/files/patch-make-common-MakeBase.gmk11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/openjdk8/files/patch-make-common-MakeBase.gmk b/java/openjdk8/files/patch-make-common-MakeBase.gmk
new file mode 100644
index 000000000000..1781510d5d7b
--- /dev/null
+++ b/java/openjdk8/files/patch-make-common-MakeBase.gmk
@@ -0,0 +1,11 @@
+--- make/common/MakeBase.gmk.orig 2014-07-05 17:17:35.000000000 -0700
++++ make/common/MakeBase.gmk 2014-07-05 17:17:51.000000000 -0700
+@@ -338,7 +338,7 @@
+ # (and causing a crash on Cygwin).
+ # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris.
+ # Only use time if it's GNU time which supports format and output file.
+- WRAPPER_SHELL:=/bin/bash $$(SRC_ROOT)/common/bin/shell-tracer.sh $$(if $$(findstring yes,$$(IS_GNU_TIME)),$$(TIME),-) $$(OUTPUT_ROOT)/build-trace-time.log /bin/bash
++ WRAPPER_SHELL:=bash $$(SRC_ROOT)/common/bin/shell-tracer.sh $$(if $$(findstring yes,$$(IS_GNU_TIME)),$$(TIME),-) $$(OUTPUT_ROOT)/build-trace-time.log bash
+ SHELL=$$(warning $$(if $$@,Building $$@,Running shell command) $$(if $$<, (from $$<))$$(if $$?, ($$(wordlist 1, 20, $$?) $$(if $$(wordlist 21, 22, $$?), ... [in total $$(words $$?) files]) newer)))$$(WRAPPER_SHELL)
+ endif
+ # Never remove warning messages; this is just for completeness