11#
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.
33# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44#
55# This code is free software; you can redistribute it and/or modify it
2323# questions.
2424#
2525
26- default: all
26+ include MakeFileStart.gmk
2727
28- include $(SPEC)
29- include MakeBase.gmk
28+ ################################################################################
3029
3130include CopyFiles.gmk
3231include MakeIO.gmk
@@ -43,8 +42,6 @@ ifeq ($(call isBuildOs, windows), true)
4342 TAR_IGNORE_EXIT_VALUE := || test "$$$$?" = "1"
4443endif
4544
46- # Hook to include the corresponding custom file, if present.
47- $(eval $(call IncludeCustomExtension, Bundles-pre.gmk))
4845################################################################################
4946# BUNDLE : Name of bundle to create
5047# FILES : Files in BASE_DIRS to add to bundle
@@ -502,11 +499,6 @@ endif
502499
503500################################################################################
504501
505- # Hook to include the corresponding custom file, if present.
506- $(eval $(call IncludeCustomExtension, Bundles.gmk))
507-
508- ################################################################################
509-
510502product-bundles: $(PRODUCT_TARGETS)
511503legacy-bundles: $(LEGACY_TARGETS)
512504test-bundles: $(TEST_TARGETS)
@@ -517,6 +509,10 @@ static-libs-bundles: $(STATIC_LIBS_TARGETS)
517509static-libs-graal-bundles: $(STATIC_LIBS_GRAAL_TARGETS)
518510jcov-bundles: $(JCOV_TARGETS)
519511
520- .PHONY: all default product-bundles test-bundles \
512+ .PHONY: product-bundles test-bundles \
521513 docs-jdk-bundles docs-javase-bundles docs-reference-bundles \
522514 static-libs-bundles static-libs-graal-bundles jcov-bundles
515+
516+ ################################################################################
517+
518+ include MakeFileEnd.gmk
0 commit comments