Changeset 158
- Timestamp:
- Sep 21, 2010, 4:32:41 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/make
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/Makefile
r144 r158 262 262 ifndef OS2_TEMP 263 263 SUBDIRS = tools java javax org sun sunw com jpda mkdemo mksample launchers 264 else 264 else # disable various stuff 265 265 SUBDIRS = tools java org sun sunw com launchers 266 266 endif -
trunk/openjdk/jdk/make/common/Release.gmk
r144 r158 338 338 TOOLS = \ 339 339 340 ifndef OS2_TEMP # security340 ifndef OS2_TEMP # JPDA 341 341 TOOLS += \ 342 342 META-INF/services/com.sun.jdi.connect.Connector \ … … 357 357 sun/tools/tree \ 358 358 sun/tools/util \ 359 360 ifndef OS2_TEMP # security361 TOOLS += \362 359 sun/security/tools/JarBASE64Encoder.class \ 363 360 sun/security/tools/JarSigner.class \ … … 369 366 sun/security/tools/SignatureFile.class \ 370 367 sun/security/tools/TimestampedSigner.class \ 371 372 endif373 TOOLS += \374 368 sun/rmi/rmic \ 375 369 sun/applet \ … … 423 417 com/sun/tools/script/shell \ 424 418 425 ifndef OS2_TEMP # com.sun.tools.attach419 ifndef OS2_TEMP # disable com.sun.tools.attach (see ticket:18) 426 420 TOOLS += \ 427 421 META-INF/services/com.sun.tools.attach.spi.AttachProvider \ … … 696 690 @$(java-vm-cleanup) 697 691 698 ifndef OS2_TEMP # security699 692 # Create jsse.jar containing SunJSSE implementation classes 700 693 JSSE_JAR=$(TEMPDIR)/jsse-orig.jar … … 705 698 $(JAR_JFLAGS) 706 699 @$(java-vm-cleanup) 707 endif708 700 709 701 # Create sec-bin.zip … … 814 806 $(CP) $(RT_JAR) $(JRE_IMAGE_DIR)/lib/rt.jar 815 807 $(CP) $(RESOURCES_JAR) $(JRE_IMAGE_DIR)/lib/resources.jar 816 ifndef OS2_TEMP # security817 808 $(CP) $(JSSE_JAR) $(JRE_IMAGE_DIR)/lib/jsse.jar 818 endif819 809 @# Generate meta-index to make boot and extension class loaders lazier 820 810 $(CD) $(JRE_IMAGE_DIR)/lib && \ … … 951 941 @# 952 942 $(CP) $(LIBDIR)/$(LIB_PREFIX)jvm.$(LIB_SUFFIX) $(JDK_IMAGE_DIR)/lib 953 ifndef OS2_TEMP 943 ifndef OS2_TEMP # GUI stuff 954 944 $(CP) $(LIBDIR)/$(LIB_PREFIX)jawt.$(LIB_SUFFIX) $(JDK_IMAGE_DIR)/lib 955 945 endif … … 1079 1069 @# demo, include 1080 1070 @# 1081 ifndef OS2_TEMP 1071 ifndef OS2_TEMP # later 1082 1072 $(CP) -r -f $(DEMODIR) $(JDK_IMAGE_DIR) 1083 1073 $(CP) -r -f $(SAMPLEDIR) $(JDK_IMAGE_DIR) 1074 endif 1084 1075 $(CP) -r $(INCLUDEDIR) $(JDK_IMAGE_DIR) 1076 ifndef OS2_TEMP # GUI stuff 1085 1077 @# 1086 1078 @# Swing BeanInfo generation -
trunk/openjdk/jdk/make/sun/Makefile
r154 r158 62 62 RENDER_SUBDIR = dcpr 63 63 endif 64 ifndef OS2_TEMP # GUI stuff64 ifndef OS2_TEMP 65 65 SUBDIRS = jar security javazic misc net audio $(RENDER_SUBDIR) image \ 66 66 awt splashscreen $(XAWT_SUBDIR) $(MOTIF_SUBDIRS) \ … … 69 69 jawt text nio launcher management $(ORG_SUBDIR) \ 70 70 native2ascii serialver tools jconsole 71 else 71 else # disable GUI stuff 72 72 SUBDIRS = jar security javazic misc net \ 73 73 rmi beans $(JDBC_SUBDIR) \
Note:
See TracChangeset
for help on using the changeset viewer.