Changeset 21
- Timestamp:
- Jun 9, 2010, 11:01:33 PM (15 years ago)
- Location:
- trunk/openjdk/langtools/make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/langtools/make/Makefile
r18 r21 149 149 ifdef FINDBUGS_HOME 150 150 ANT_OPTIONS += -Dfindbugs.home=$(FINDBUGS_HOME) 151 endif 152 153 ifeq ($(PLATFORM), os2) 154 # system classpath isn't necessary for the build but it's usually long (due to 155 # ant jars) and passing it to javac started through cmd.exe (as in case of 156 # fork=yes) causes cmd.exe to crash with SYS0008, so disable this 157 ANT_OPTIONS += -Dbuild.sysclasspath=ignore 151 158 endif 152 159 -
trunk/openjdk/langtools/make/build.xml
r2 r21 79 79 </condition> 80 80 <condition property="java.marker" value="bin/java.exe"> 81 <os family="windows"/> 81 <or> 82 <os family="windows"/> 83 <os family="os/2"/> 84 </or> 82 85 </condition> 83 86
Note:
See TracChangeset
for help on using the changeset viewer.