Hello,

Please review this small fix for a build break on Macosx. Note that the debugsymbols/stripping solution with StripBinaries.gmk is messy and should ideally be fixed in a better way. For now, this is the simplest way of fixing this problem.

In StripBinaries.gmk, all the lib and bin files are either copied or copied-and-stripped. This patch makes the list of files to be copied simply defined as all the files that aren't being stripped. The old find expression would not find the libjsig.dylib file inside the libjsig.dylib.dSYM directory.

Bug: https://bugs.openjdk.java.net/browse/JDK-8114822
Webrev: http://cr.openjdk.java.net/~erikj/8114822/webrev.01/

/Erik

Reply via email to