make/defs.make

changeset 3567
f09ae3853e3b
parent 3492
481a9443f721
child 3600
7292cff45988
     1.1 --- a/make/defs.make	Mon Feb 13 02:29:22 2012 -0800
     1.2 +++ b/make/defs.make	Mon Feb 13 04:30:59 2012 -0800
     1.3 @@ -193,6 +193,9 @@
     1.4  
     1.5  # Default jdk image if one is created for you with create_jdk
     1.6  JDK_IMAGE_DIR=$(OUTPUTDIR)/jdk-$(PLATFORM)
     1.7 +ifneq ($(ALT_JDK_IMAGE_DIR),)
     1.8 +  JDK_IMAGE_DIR=$(ALT_JDK_IMAGE_DIR)
     1.9 +endif
    1.10  
    1.11  # The platform dependent defs.make defines platform specific variable such 
    1.12  # as ARCH, EXPORT_LIST etc. We must place the include here after BOOTDIR is defined.

mercurial