equal
deleted
inserted
replaced
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) |