common/makefiles/Main.gmk

changeset 806
5ec3c4948863
parent 786
8e7b4d9fb00f
child 839
174a54ce39c4
equal deleted inserted replaced
804:91f47e8da5c6 806:5ec3c4948863
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

mercurial