Splitting the JARS variable is probably cleaner. Let the jars/zips that
aren't relevant to profiles build their own target variable in
CreateJars.gmk. That should reduce interference.
/Erik
On 2013-01-04 12:42, David Holmes wrote:
Again this synthetic zip file doesn't work in with the Profile work.
But I'm thinking that if I simply leave the
JARS += <synthetic jar/zip file name>
in CreateJars.gmk then that might just work.
David
On 4/01/2013 9:01 PM, Erik Joelsson wrote:
This patch adds building of sec-bin.zip to images target. Building using
this zip will be solved later in a different bug.
Had to add INCLUDE_FILES option to SetupZipArchive. Also added
comparison of sec-bin.zip to compare script.
http://cr.openjdk.java.net/~erikj/8005654/webrev.01/
/Erik