jdk/make/Images.gmk
changeset 22963 a28e6f0b511b
parent 22342 c83795c442b7
child 23347 acb1d044a217
equal deleted inserted replaced
22962:309eaab8c853 22963:a28e6f0b511b
     1 #
     1 #
     2 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   781 
   781 
   782 ################################################################################
   782 ################################################################################
   783 
   783 
   784 .PHONY: default images jre-image jdk-image
   784 .PHONY: default images jre-image jdk-image
   785 
   785 
   786 -include $(CUSTOM_MAKE_DIR)/Images.gmk
   786 # Hook to include the corresponding custom file, if present.
       
   787 $(eval $(call IncludeCustomExtension, jdk, Images.gmk))