Changeset 21 for trunk/openjdk/langtools/make/Makefile
- Timestamp:
- Jun 9, 2010, 11:01:33 PM (15 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.