author | shurailine |
Fri, 27 May 2016 14:26:58 -0700 | |
changeset 38586 | a4c2c26a296a |
parent 37972 | e1fa5c2e62a0 |
child 41458 | f285e333e8db |
permissions | -rw-r--r-- |
15053
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
1 |
# |
30094 | 2 |
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. |
15053
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
4 |
# |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
10 |
# |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
15 |
# accompanied this code). |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
16 |
# |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
20 |
# |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
23 |
# questions. |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
24 |
# |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
25 |
|
24411
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
26 |
# This file contains targets and utilities needed by JPRT. |
15053
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
27 |
|
24411
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
28 |
# Cygpath is only defined when running on Cygwin |
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
29 |
ifneq ($(CYGPATH), ) |
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
30 |
# If we get JPRT_ARCHIVE_*BUNDLE externally, make sure they have /cygdrive |
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
31 |
# style paths |
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
32 |
ifdef JPRT_ARCHIVE_BUNDLE |
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
33 |
override JPRT_ARCHIVE_BUNDLE := $(shell $(CYGPATH) -u $(JPRT_ARCHIVE_BUNDLE)) |
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
34 |
endif |
28285 | 35 |
ifdef JPRT_ARCHIVE_TEST_BUNDLE |
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
36 |
override JPRT_ARCHIVE_TEST_BUNDLE := \ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
37 |
$(shell $(CYGPATH) -u $(JPRT_ARCHIVE_TEST_BUNDLE)) |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
38 |
endif |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
39 |
ifdef JPRT_ARCHIVE_SYMBOLS_BUNDLE |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
40 |
override JPRT_ARCHIVE_SYMBOLS_BUNDLE := \ |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
41 |
$(shell $(CYGPATH) -u $(JPRT_ARCHIVE_SYMBOLS_BUNDLE)) |
28285 | 42 |
endif |
24411
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
43 |
endif |
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
44 |
|
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
45 |
# When running in JPRT these will be provided. Need defaults so that this makefile |
54baaf3fa2ca
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj
parents:
22031
diff
changeset
|
46 |
# is valid anyway. |
15053
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
47 |
ifndef JPRT_ARCHIVE_BUNDLE |
34102
c0a98357f847
8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents:
30094
diff
changeset
|
48 |
JPRT_ARCHIVE_BUNDLE=/tmp/jprt_bundles/jdk-image.zip |
15053
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
49 |
endif |
28285 | 50 |
ifndef JPRT_ARCHIVE_TEST_BUNDLE |
51 |
JPRT_ARCHIVE_TEST_BUNDLE=/tmp/jprt_bundles/test-image.zip |
|
52 |
endif |
|
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
53 |
ifndef JPRT_ARCHIVE_SYMBOLS_BUNDLE |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
54 |
JPRT_ARCHIVE_SYMBOLS_BUNDLE=/tmp/jprt_bundles/symbols-image.zip |
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
55 |
endif |
15053
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
56 |
|
25708
7ef7f2129ede
8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
mikael
parents:
24411
diff
changeset
|
57 |
ifeq ($(SKIP_BOOT_CYCLE), false) |
7ef7f2129ede
8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
mikael
parents:
24411
diff
changeset
|
58 |
jprt_bundle: bootcycle-images |
7ef7f2129ede
8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
mikael
parents:
24411
diff
changeset
|
59 |
endif |
7ef7f2129ede
8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
mikael
parents:
24411
diff
changeset
|
60 |
|
37972 | 61 |
################################################################################ |
62 |
# JPRT specific bundling targets |
|
63 |
JPRT_TARGET ?= $(DEFAULT_MAKE_TARGET) |
|
64 |
ifeq ($(JPRT_TARGET), $(DEFAULT_MAKE_TARGET)) |
|
65 |
jprt_bundle: $(DEFAULT_MAKE_TARGET) $(JPRT_ARCHIVE_BUNDLE) \ |
|
66 |
$(JPRT_ARCHIVE_TEST_BUNDLE) |
|
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
67 |
|
37972 | 68 |
SRC_JDK_IMAGE_DIR := $(JDK_IMAGE_DIR) |
69 |
SRC_TEST_IMAGE_DIR := $(TEST_IMAGE_DIR) |
|
15053
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
70 |
|
37972 | 71 |
# This target must be called in the context of a SPEC file |
72 |
$(JPRT_ARCHIVE_BUNDLE): product-images |
|
73 |
$(call MakeDir, $(@D)) |
|
74 |
$(CD) $(SRC_JDK_IMAGE_DIR) && $(ZIP) -y -q -r $@ . |
|
36506 | 75 |
|
37972 | 76 |
$(JPRT_ARCHIVE_TEST_BUNDLE): test-image |
77 |
$(call MakeDir, $(@D)) |
|
78 |
$(CD) $(SRC_TEST_IMAGE_DIR) && $(ZIP) -y -q -r $@ . |
|
28285 | 79 |
|
37972 | 80 |
############################################################################## |
81 |
# Optional symbols bundle |
|
82 |
ifeq ($(GCOV_ENABLED), true) |
|
83 |
jprt_bundle: $(JPRT_ARCHIVE_SYMBOLS_BUNDLE) |
|
84 |
zip-bundles: $(SYMBOLS_ZIP_BUNDLE) |
|
29305
4ddc6faf7842
8073021: add native code coverage target into makefiles
erikj
parents:
28285
diff
changeset
|
85 |
|
37972 | 86 |
$(JPRT_ARCHIVE_SYMBOLS_BUNDLE): product-images |
87 |
$(call MakeDir, $(@D)) |
|
88 |
$(CD) $(SYMBOLS_IMAGE_DIR) && $(ZIP) -y -q -r $@ . |
|
89 |
||
90 |
endif |
|
15396 | 91 |
|
37972 | 92 |
############################################################################## |
93 |
||
94 |
else |
|
95 |
# Just fake the main bundle to satisfy JPRT |
|
96 |
jprt_bundle: $(JPRT_TARGET) |
|
15053
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
97 |
@$(call TargetEnter) |
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
98 |
$(MKDIR) -p $(BUILD_OUTPUT)/bundles |
37972 | 99 |
$(CD) $(TOPDIR) && $(TAR) cf - README | $(GZIP) > \ |
100 |
$(JPRT_ARCHIVE_BUNDLE) |
|
37402 | 101 |
@$(call TargetExit) |
102 |
endif |
|
15396 | 103 |
|
37972 | 104 |
ALL_TARGETS += jprt_bundle |
15053
64278cb83950
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
erikj
parents:
diff
changeset
|
105 |
|
37972 | 106 |
################################################################################ |
107 |
||
108 |
$(eval $(call IncludeCustomExtension, , Jprt.gmk)) |