author | katleman |
Thu, 27 Dec 2012 12:15:06 -0800 | |
changeset 14945 | 25285d2ea668 |
parent 14342 | 8435a30053c1 |
child 19870 | 19ebc43b932b |
permissions | -rw-r--r-- |
2 | 1 |
# |
14342
8435a30053c1
7197491: update copyright year to match last edit in jdk8 jdk repository
alanb
parents:
14326
diff
changeset
|
2 |
# Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved. |
2 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
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 |
|
5506 | 7 |
# published by the Free Software Foundation. Oracle designates this |
2 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 10 |
# |
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
5506 | 21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
2 | 24 |
# |
25 |
||
26 |
# Settings and rules to validate the JDK build environment. |
|
27 |
||
28 |
.PHONY: \ |
|
29 |
pre-sanity \ |
|
30 |
sanity \ |
|
31 |
sanity-base \ |
|
32 |
sanity-docs \ |
|
33 |
sanity-images \ |
|
34 |
post-sanity-all \ |
|
35 |
post-sanity-docs \ |
|
36 |
post-sanity-images \ |
|
37 |
sanity-all |
|
38 |
||
39 |
# Bring in common sanity check rules |
|
40 |
include $(JDK_MAKE_SHARED_DIR)/Sanity.gmk |
|
41 |
||
42 |
# EXTERNALSANITYCONTROL means that this workspace build is being controlled by |
|
43 |
# the control workspace, and that workspace is managing what is done to the sanity |
|
44 |
# check files, and this sanity check run is only appending to those files. |
|
45 |
||
46 |
pre-sanity: $(SANITY_FILES) |
|
47 |
ifndef EXTERNALSANITYCONTROL |
|
48 |
@$(RM) $(SANITY_FILES) |
|
49 |
endif |
|
50 |
||
51 |
sanity-base: pre-sanity \ |
|
52 |
sane-settings \ |
|
53 |
sane-insane \ |
|
54 |
sane-make \ |
|
55 |
sane-build_number \ |
|
56 |
sane-os_version \ |
|
57 |
sane-makeflags \ |
|
58 |
sane-alt_outputdir \ |
|
59 |
sane-outputdir \ |
|
60 |
sane-devtools_path \ |
|
61 |
sane-compiler_path \ |
|
62 |
sane-unixcommand_path \ |
|
63 |
sane-usrbin_path \ |
|
64 |
sane-math_iso \ |
|
65 |
sane-libCrun \ |
|
66 |
sane-unixccs_path \ |
|
67 |
sane-msdevtools_path \ |
|
68 |
sane-dxsdk \ |
|
69 |
sane-compiler \ |
|
70 |
sane-cacerts \ |
|
71 |
sane-ant_version \ |
|
72 |
sane-zip_version \ |
|
8583
15dea0fdc2ea
7025631: Remove the modules build support from jdk 7
mchung
parents:
7668
diff
changeset
|
73 |
sane-msvcrt_path |
2 | 74 |
|
75 |
# The rules sanity-* have a one-to-one correspondence with the major targets |
|
76 |
# Each sanity-* rule should have no body to ensure that the post-sanity-* is the |
|
77 |
# last rule executed. The pre-sanity rule should be the first dependency. This design |
|
78 |
# expects the execution of pre-sanity only once per gnumake command invocation, |
|
79 |
# thus, info written to ERROR_FILE and/or WARNING_FILE will not be removed by subsequent |
|
80 |
# targets in the same 'gnumake' command line. |
|
81 |
||
82 |
sanity-all:: sanity-base \ |
|
83 |
sane-classpath \ |
|
84 |
sane-java_home \ |
|
85 |
sane-fonts \ |
|
86 |
sane-variant \ |
|
87 |
sane-ld_library_path \ |
|
88 |
sane-ld_library_path_64 \ |
|
89 |
sane-ld_options \ |
|
90 |
sane-ld_run_path \ |
|
91 |
sane-alt_bootdir \ |
|
92 |
sane-bootdir \ |
|
2806
27edf81ff967
6833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms
anthony
parents:
2658
diff
changeset
|
93 |
sane-local-bootdir \ |
3742 | 94 |
sane-alsa-headers |
2 | 95 |
|
96 |
ifdef OPENJDK |
|
97 |
sanity-all:: sane-freetype |
|
98 |
endif |
|
99 |
||
100 |
||
101 |
# Always check cups header paths on solaris & linux |
|
102 |
ifneq ($(PLATFORM), windows) |
|
103 |
sanity-all:: \ |
|
104 |
sane-cups |
|
105 |
endif |
|
106 |
||
107 |
# Always check hotspot binary paths even if we are building them from scratch |
|
108 |
HOTSPOT_IMPORT_CHECK=true |
|
109 |
ifeq ($(HOTSPOT_IMPORT_CHECK),true) |
|
110 |
sanity-all:: \ |
|
111 |
sane-hotspot_binaries \ |
|
112 |
sane-hotspot_import |
|
113 |
endif |
|
114 |
||
115 |
sanity-docs: sanity-base sane-docs_import |
|
116 |
||
117 |
sanity-images:: sanity-base |
|
118 |
||
119 |
sanity:: sanity-all post-sanity |
|
120 |
||
121 |
# this should be the last rule in any target's sanity rule. |
|
122 |
post-sanity post-sanity-all post-sanity-docs post-sanity-images: sane-lastrule |