common/makefiles/Main.gmk
changeset 15060 b735cc083a72
parent 15057 6cdc13b4157e
child 15395 e5d837c6e999
child 15577 0ed5f9a7f454
child 15584 83a66923c332
child 21148 56d120d0c2b7
--- a/common/makefiles/Main.gmk	Fri Jan 04 11:31:00 2013 +0100
+++ b/common/makefiles/Main.gmk	Fri Jan 04 16:56:37 2013 +0100
@@ -71,6 +71,10 @@
 all: images docs
 	@$(call CheckIfMakeAtEnd)
 
+ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_BITS),solaris-64)
+  all: overlay-images
+endif
+
 start-make:
 	@$(call AtMakeStart)