Skip to content

Commit 5fa2bcf

Browse files
committed
Add echos
1 parent 1172ead commit 5fa2bcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

closed/custom/modules/java.base/Copy.gmk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ ifneq ($(OPENSSL_BUNDLE_LIB_PATH), )
238238

239239
TARGETS += $(LIBCRYPTO_RENAMED_TARGET_LIB)
240240
$(LIBCRYPTO_RENAMED_TARGET_LIB) : $(LIBCRYPTO_PATH)
241+
@$(ECHO) Renaming OpenSSL Library Target $(LIBCRYPTO_RENAMED_TARGET_LIB)
242+
@$(ECHO) LIBCRYPTO_PATH $(LIBCRYPTO_PATH)
241243
$(call install-file)
242244
ifeq (macosx,$(OPENJDK_TARGET_OS))
243245
# update @rpath of the crypto library as the default is /usr/local/lib/

0 commit comments

Comments
 (0)