Changeset 337 for trunk/openjdk/jdk
- Timestamp:
- Feb 28, 2012, 6:52:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/java/redist/Makefile
r278 r337 69 69 70 70 # List of files coming from outside this workspace 71 ifndef BUILD_CLIENT_ONLY 71 72 IMPORT_LIST = $(LIB_LOCATION)/$(SERVER_LOCATION)/$(JVM_NAME) \ 72 73 $(LIB_LOCATION)/$(SERVER_LOCATION)/Xusage.txt 74 endif 73 75 74 76 # INCLUDE_SA is false on platforms where SA is not supported. … … 160 162 # Get the hotspot .map and .sym files for client and server 161 163 IMPORT_LIST += \ 162 $(LIBDIR)/$(JVMLIB_NAME) \ 164 $(LIBDIR)/$(JVMLIB_NAME) 165 166 ifndef BUILD_CLIENT_ONLY 167 IMPORT_LIST += \ 163 168 $(LIB_LOCATION)/$(SERVER_LOCATION)/$(JVMMAP_NAME) \ 164 169 $(LIB_LOCATION)/$(SERVER_LOCATION)/$(JVMSYM_NAME) 170 endif 165 171 166 172 # Hotspot client is only available on 32-bit builds
Note:
See TracChangeset
for help on using the changeset viewer.