1
1
#
2
- # Copyright (c) 2016, 2024 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2016, 2025 , Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
23
23
# questions.
24
24
#
25
25
26
- default: all
26
+ include MakeFileStart.gmk
27
27
28
- include $(SPEC)
29
- include MakeBase.gmk
28
+ ################################################################################
30
29
31
30
include CopyFiles.gmk
32
31
include MakeIO.gmk
@@ -43,8 +42,6 @@ ifeq ($(call isBuildOs, windows), true)
43
42
TAR_IGNORE_EXIT_VALUE := || test "$$$$?" = "1"
44
43
endif
45
44
46
- # Hook to include the corresponding custom file, if present.
47
- $(eval $(call IncludeCustomExtension, Bundles-pre.gmk))
48
45
################################################################################
49
46
# BUNDLE : Name of bundle to create
50
47
# FILES : Files in BASE_DIRS to add to bundle
@@ -502,11 +499,6 @@ endif
502
499
503
500
################################################################################
504
501
505
- # Hook to include the corresponding custom file, if present.
506
- $(eval $(call IncludeCustomExtension, Bundles.gmk))
507
-
508
- ################################################################################
509
-
510
502
product-bundles: $(PRODUCT_TARGETS)
511
503
legacy-bundles: $(LEGACY_TARGETS)
512
504
test-bundles: $(TEST_TARGETS)
@@ -517,6 +509,10 @@ static-libs-bundles: $(STATIC_LIBS_TARGETS)
517
509
static-libs-graal-bundles: $(STATIC_LIBS_GRAAL_TARGETS)
518
510
jcov-bundles: $(JCOV_TARGETS)
519
511
520
- .PHONY: all default product-bundles test-bundles \
512
+ .PHONY: product-bundles test-bundles \
521
513
docs-jdk-bundles docs-javase-bundles docs-reference-bundles \
522
514
static-libs-bundles static-libs-graal-bundles jcov-bundles
515
+
516
+ ################################################################################
517
+
518
+ include MakeFileEnd.gmk
0 commit comments