Changeset 144 for trunk/openjdk/jdk/make/com
- Timestamp:
- Sep 4, 2010, 1:44:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/com/sun/Makefile
r2 r144 40 40 41 41 # Omit mirror since it's built with the apt tool. 42 ifndef OS2_TEMP # security 42 43 SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \ 43 44 java inputmethods org rowset net/httpserver net/ssl demo \ 44 45 tools jarsigner 46 else 47 SUBDIRS = $(SCRIPT_SUBDIR) jndi jmx \ 48 java org rowset net/httpserver demo \ 49 jarsigner 50 endif 45 51 46 52 all build clean clobber::
Note:
See TracChangeset
for help on using the changeset viewer.