Changeset 74 for trunk/openjdk/jdk/make/sun/rmi
- Timestamp:
- Jul 21, 2010, 9:16:25 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/make/sun/rmi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/rmi/Makefile
r2 r74 40 40 41 41 SUBDIRS += rmi registry rmid 42 ifeq ($( PLATFORM), windows)42 ifeq ($(filter-out windows os2, $(PLATFORM)),) 43 43 SUBDIRS += cgi 44 44 endif # PLATFORM -
trunk/openjdk/jdk/make/sun/rmi/rmi/Makefile
r2 r74 86 86 sun.rmi.transport.DGCImpl 87 87 88 ifeq ($( PLATFORM), windows)88 ifeq ($(filter-out windows os2, $(PLATFORM)),) 89 89 build: stubs 90 90 else # PLATFORM
Note:
See TracChangeset
for help on using the changeset viewer.