Changeset 156
- Timestamp:
- Sep 20, 2010, 9:08:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/com/sun/Makefile
r155 r156 40 40 41 41 # Omit mirror since it's built with the apt tool. 42 ifndef OS2_TEMP # GUI stuff42 ifndef OS2_TEMP 43 43 SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \ 44 44 java inputmethods org rowset net/httpserver net/ssl demo \ 45 45 tools jarsigner 46 else 46 else # disable GUI stuff and tools.attach (see ticket:18) 47 47 SUBDIRS = $(SCRIPT_SUBDIR) security crypto/provider jndi jmx \ 48 48 java org rowset net/httpserver net/ssl demo \ 49 toolsjarsigner49 jarsigner 50 50 endif 51 51
Note:
See TracChangeset
for help on using the changeset viewer.