jdk/make/Makefile
changeset 4917 c98da2209f8c
parent 4524 697144bd8b04
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
   238 # Core.
   238 # Core.
   239 #
   239 #
   240 
   240 
   241 all build:: sanity-all post-sanity-all
   241 all build:: sanity-all post-sanity-all
   242 
   242 
   243 SUBDIRS    = tools java javax org sun sunw com jpda mkdemo mksample launchers
   243 SUBDIRS       = tools java javax sun com
       
   244 SUBDIRS_tools = launchers
       
   245 SUBDIRS_misc  = org sunw jpda mkdemo mksample
       
   246 
       
   247 include $(BUILDDIR)/common/Subdirs.gmk
       
   248 
   244 all build::
   249 all build::
   245 	$(SUBDIRS-loop)
   250 	$(SUBDIRS-loop)
   246 
   251 
   247 clean clobber::
   252 clean clobber::
   248 	$(RM) -r $(OUTPUTDIR)
   253 	$(RM) -r $(OUTPUTDIR)