author | mchung |
Tue, 19 Aug 2014 19:07:53 -0700 | |
changeset 25883 | 1aedb364117b |
parent 25882 | bd4315f0084b |
child 25884 | e78c55488f6c |
make/Main.gmk | file | annotate | diff | comparison | revisions |
--- a/make/Main.gmk Tue Aug 19 13:43:40 2014 +0200 +++ b/make/Main.gmk Tue Aug 19 19:07:53 2014 -0700 @@ -234,7 +234,8 @@ +($(CD) $(NASHORN_TOPDIR)/make && $(MAKE) $(MAKE_ARGS) -f BuildNashorn.gmk all) # Creates the jar files (rt.jar resources.jar etc) -main-jars: +# this depends on all modules built +main-jars: exploded-image +($(CD) $(JDK_TOPDIR)/make && $(MAKE) $(MAKE_ARGS) -f CreateJars.gmk) # Creates the images (j2sdk-image j2re-image etc)