make/common/shared/Defs.gmk

changeset 4
a51017b6ba6d
parent 1
55540e827aef
child 13
c0252adbb2ab
equal deleted inserted replaced
3:fec639c69db2 4:a51017b6ba6d
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

mercurial