11#
2- # Copyright (c) 2016, 2025 , Oracle and/or its affiliates. All rights reserved.
2+ # Copyright (c) 2016, 2024 , 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- include MakeFileStart.gmk
26+ default: all
2727
28- ################################################################################
28+ include $(SPEC)
29+ include MakeBase.gmk
2930
3031include CopyFiles.gmk
3132include MakeIO.gmk
@@ -42,6 +43,8 @@ ifeq ($(call isBuildOs, windows), true)
4243 TAR_IGNORE_EXIT_VALUE := || test "$$$$?" = "1"
4344endif
4445
46+ # Hook to include the corresponding custom file, if present.
47+ $(eval $(call IncludeCustomExtension, Bundles-pre.gmk))
4548################################################################################
4649# BUNDLE : Name of bundle to create
4750# FILES : Files in BASE_DIRS to add to bundle
@@ -499,6 +502,11 @@ endif
499502
500503################################################################################
501504
505+ # Hook to include the corresponding custom file, if present.
506+ $(eval $(call IncludeCustomExtension, Bundles.gmk))
507+
508+ ################################################################################
509+
502510product-bundles: $(PRODUCT_TARGETS)
503511legacy-bundles: $(LEGACY_TARGETS)
504512test-bundles: $(TEST_TARGETS)
@@ -509,10 +517,6 @@ static-libs-bundles: $(STATIC_LIBS_TARGETS)
509517static-libs-graal-bundles: $(STATIC_LIBS_GRAAL_TARGETS)
510518jcov-bundles: $(JCOV_TARGETS)
511519
512- .PHONY: product-bundles test-bundles \
520+ .PHONY: all default product-bundles test-bundles \
513521 docs-jdk-bundles docs-javase-bundles docs-reference-bundles \
514522 static-libs-bundles static-libs-graal-bundles jcov-bundles
515-
516- ################################################################################
517-
518- include MakeFileEnd.gmk
0 commit comments