changeset 7241:16003f414ca3

8015644: makefile changes to allow integration of new features Reviewed-by: tbell, erikj, dholmes Contributed-by: amy.y.wang@oracle.com
author katleman
date Tue, 04 Jun 2013 14:11:50 -0700
parents c50add191a39
children 691d6c6cd332
files makefiles/Images.gmk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makefiles/Images.gmk	Tue Jun 04 11:03:25 2013 -0700
+++ b/makefiles/Images.gmk	Tue Jun 04 14:11:50 2013 -0700
@@ -50,8 +50,6 @@
 overlay-images: jre-overlay-image jdk-overlay-image
 
 
--include $(CUSTOM_MAKE_DIR)/Images.gmk
-
 
 # Processing license files from source area to image area
 # These will be modified to have the platform specific EOL chars.
@@ -774,3 +772,5 @@
 ################################################################################
 
 .PHONY: default images jre-image jdk-image
+
+-include $(CUSTOM_MAKE_DIR)/Images.gmk