common/makefiles/Main.gmk
changeset 20047 daafff583fd7
parent 19528 8b941e6b5552
child 20363 fa7663fc5d50
equal deleted inserted replaced
20044:af9a674e12a1 20047:daafff583fd7
     1 #
     1 #
     2 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2013, 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
    65 default: jdk
    65 default: jdk
    66 	@$(call CheckIfMakeAtEnd)
    66 	@$(call CheckIfMakeAtEnd)
    67 
    67 
    68 all: images docs
    68 all: images docs
    69 	@$(call CheckIfMakeAtEnd)
    69 	@$(call CheckIfMakeAtEnd)
    70 
       
    71 ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_BITS),solaris-64)
       
    72   all: overlay-images
       
    73 endif
       
    74 
    70 
    75 # Setup a rule for SPEC file that fails if executed. This check makes sure the configuration
    71 # Setup a rule for SPEC file that fails if executed. This check makes sure the configuration
    76 # is up to date after changes to configure
    72 # is up to date after changes to configure
    77 $(SPEC): $(wildcard $(SRC_ROOT)/common/autoconf/*)
    73 $(SPEC): $(wildcard $(SRC_ROOT)/common/autoconf/*)
    78 	@$(ECHO) ERROR: $(SPEC) is not up to date
    74 	@$(ECHO) ERROR: $(SPEC) is not up to date