diff -r 87292b2c6421 -r 697144bd8b04 jdk/make/Makefile --- a/jdk/make/Makefile Fri Dec 18 07:49:02 2009 -0800 +++ b/jdk/make/Makefile Fri Dec 18 11:36:23 2009 -0800 @@ -74,6 +74,7 @@ import_product -- copy in the product components \n\ import_fastdebug -- copy in the fastdebug components \n\ import_debug -- copy in the debug components \n\ +modules -- build the jdk and jre module images (experimental) \n\ sccs_get -- make sure all SCCS files are up-to-date (need SCCS) \n\ create_links -- create softlinks in Solaris 32bit build to 64bit dirs \n\ " @@ -257,6 +258,7 @@ # Release engineering targets. # include $(BUILDDIR)/common/Release.gmk +include $(BUILDDIR)/common/Modules.gmk # # Cscope targets.