Changeset 196 for trunk/openjdk/jdk/make/common/Defs-os2.gmk
- Timestamp:
- Dec 8, 2010, 1:33:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/common/Defs-os2.gmk
r192 r196 53 53 PLATFORM_SRC = $(BUILDDIR)/../src/windows 54 54 endif # PLATFORM_SRC 55 56 ifndef PLATFORM_SRC_OS2 57 # OS/2 is based on Odin32 so PLATFORM_SRC is 'windows'. But in some cases we 58 # provide the native bits and need to refer to a separate 'os2' soorce tree 59 PLATFORM_SRC_OS2 = $(PLATFORM_SRC:%/windows=%/os2) 60 endif 61 62 ifeq ($(PLATFORM_SRC), $(PLATFORM_SRC_OS2)) 63 $(error Both PLATFORM_SRC and PLATFORM_SRC_OS2 are '$(PLATFOROM_SRC)'!) 64 endif 55 65 56 66 # Platform specific closed sources
Note:
See TracChangeset
for help on using the changeset viewer.