Changeset 157
- Timestamp:
- Sep 20, 2010, 10:47:00 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/make/com/sun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/com/sun/Makefile
r156 r157 44 44 java inputmethods org rowset net/httpserver net/ssl demo \ 45 45 tools jarsigner 46 else # disable GUI stuff and tools.attach (see ticket:18)46 else # disable GUI stuff 47 47 SUBDIRS = $(SCRIPT_SUBDIR) security crypto/provider jndi jmx \ 48 48 java org rowset net/httpserver net/ssl demo \ 49 jarsigner49 tools jarsigner 50 50 endif 51 51 -
trunk/openjdk/jdk/make/com/sun/tools/Makefile
r2 r157 35 35 AUTO_FILES_JAVA_DIRS = com/sun/tools/extcheck 36 36 37 ifndef OS2_TEMP 37 38 SUBDIRS = attach 39 else # disable com.sun.tools.attach (see ticket:18) 40 SUBDIRS = 41 endif 38 42 all build: 39 43 $(SUBDIRS-loop)
Note:
See TracChangeset
for help on using the changeset viewer.