aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authordholmes <none@none>2014-10-21 21:39:10 -0400
committerdholmes <none@none>2014-10-21 21:39:10 -0400
commit54bf7105671a9c4526e3c83449965a28a96c3e20 (patch)
tree08630254c3223c0b1eca6ed845b5e6819729f726 /make
parent4fa4581e483c534f2e93111ec06f856d259ec4fb (diff)
parent21633700b0b3f45e86a27e0d29d83d773cea4739 (diff)
downloadjdk8u-54bf7105671a9c4526e3c83449965a28a96c3e20.tar.gz
Merge
Diffstat (limited to 'make')
-rw-r--r--make/Jprt.gmk3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/Jprt.gmk b/make/Jprt.gmk
index c1ebee5..b833f86 100644
--- a/make/Jprt.gmk
+++ b/make/Jprt.gmk
@@ -25,6 +25,9 @@
# This file is contains targets utilities needed by JPRT.
+ ifdef ALT_BSDIFF_DIR
+ @$(ECHO) " --with-bsdiff-dir=$(call UnixPath,$(ALT_BSDIFF_DIR)) " >> $@.tmp
+ endif
ifndef JPRT_ARCHIVE_BUNDLE
JPRT_ARCHIVE_BUNDLE=/tmp/jprt_bundles/j2sdk-image.zip
endif