Thank you, Radek
This should be reviewed in 'build' mailing list.
Thanks,
Vladimir
-------- Forwarded Message --------
Subject: JDK debug builds on OSX copying dSYM
Date: Mon, 20 Jun 2016 21:01:48 +0000
From: Radosław Smogura <[email protected]>
To: [email protected]
<[email protected]>
Hello,
Recently I tried to compile JDK9 on OS X, I've found two issues related to installing debug symbols, which on OSX are
package-folders.
1. Install-file macro doesn't remove dSYM folder, as used rm -f, instead of rm
-rf
2. There was additional parenthesis in Dist.gmk which caused dSYM not to be
copied.
The overview of changes is attached.
Kind regards,
Radek Smogura