jdk/makefiles/BuildJdk.gmk

Print this page

        

@@ -78,11 +78,15 @@
 genclasses-only:
 #       Generate classes that have other sources. Needs
 #       to execute launchers.
         +$(MAKE) -f GenerateClasses.gmk
 
-jdk: genclasses
+securityjars: genclasses securityjars-only
+securityjars-only:
+        +$(MAKE) -f CreateSecurityJars.gmk
+
+jdk: securityjars
 #       Now we have a complete jdk, which you can run.
 #       It is not yet wrapped up as an installed image.
 
 demos:
 #       The demos are compiled against this jdk.