/hg/icedtea8-forest/jdk: PR1368: Ensure debug data is available ...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Jan 25 16:31:56 UTC 2016


changeset fc14d405b69c in /hg/icedtea8-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea8-forest/jdk?cmd=changeset;node=fc14d405b69c
author: andrew
date: Mon Jan 11 17:16:44 2016 +0000

	PR1368: Ensure debug data is available for all libraries and binaries without redundant files


diffstat:

 make/Images.gmk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6ec1298ce9ee -r fc14d405b69c make/Images.gmk
--- a/make/Images.gmk	Tue Dec 08 03:10:37 2015 +0000
+++ b/make/Images.gmk	Mon Jan 11 17:16:44 2016 +0000
@@ -673,7 +673,7 @@
 ################################################################################
 # Post processing (strip etc)
 
-ifneq ($(POST_STRIP_CMD), )
+ifneq ($(STRIP_POLICY),no_strip)
   ifeq ($(OPENJDK_TARGET_OS), windows)
     EXEC_LIST_BIN := $(filter-out %$(notdir $(MSVCR_DLL)), $(filter %.exe %.dll, $(ALL_BIN_LIST)))
   else


More information about the distro-pkg-dev mailing list