- Timestamp:
- Dec 10, 2010, 6:01:20 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/Makefile
r158 r209 263 263 SUBDIRS = tools java javax org sun sunw com jpda mkdemo mksample launchers 264 264 else # disable various stuff 265 SUBDIRS = tools java org sun sunw com launchers265 SUBDIRS = tools java javax org sun sunw com launchers 266 266 endif 267 267 all build:: -
trunk/openjdk/jdk/make/sun/Makefile
r197 r209 70 70 native2ascii serialver tools jconsole 71 71 else # disable GUI stuff 72 SUBDIRS = jar security javazic misc net \ 73 awt \ 74 rmi beans $(JDBC_SUBDIR) \ 72 SUBDIRS = jar security javazic misc net $(RENDER_SUBDIR) image \ 73 awt splashscreen $(XAWT_SUBDIR) $(MOTIF_SUBDIRS) \ 74 $(HEADLESS_SUBDIR) $(DGA_SUBDIR) \ 75 font jpeg cmm applet rmi beans $(JDBC_SUBDIR) \ 75 76 text nio launcher management $(ORG_SUBDIR) \ 76 77 native2ascii serialver tools jconsole
Note:
See TracChangeset
for help on using the changeset viewer.