equal
deleted
inserted
replaced
279 endif |
279 endif |
280 |
280 |
281 # Get platform specific settings |
281 # Get platform specific settings |
282 include $(BUILDDIR)/common/shared/Defs-$(PLATFORM).gmk |
282 include $(BUILDDIR)/common/shared/Defs-$(PLATFORM).gmk |
283 |
283 |
|
284 # Components |
|
285 ifdef ALT_LANGTOOLS_DIST |
|
286 LANGTOOLS_DIST :=$(call FullPath,$(ALT_LANGTOOLS_DIST)) |
|
287 else |
|
288 LANGTOOLS_DIST = |
|
289 endif |
|
290 |
284 # These are the same on all platforms but require the above platform include 1st |
291 # These are the same on all platforms but require the above platform include 1st |
285 |
292 |
286 # BOOTDIR: Bootstrap JDK, previous released JDK. |
293 # BOOTDIR: Bootstrap JDK, previous released JDK. |
287 # _BOOTDIR1 and _BOOTDIR2 picked by platform |
294 # _BOOTDIR1 and _BOOTDIR2 picked by platform |
288 ifdef ALT_BOOTDIR |
295 ifdef ALT_BOOTDIR |