Skip to content

Commit 1606187

Browse files
committedApr 11, 2024
8326947: Minimize MakeBase.gmk
Reviewed-by: erikj
1 parent 2e3682a commit 1606187

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+577
-482
lines changed
 

‎make/Bundles.gmk

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2016, 2023, 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
@@ -28,6 +28,9 @@ default: all
2828
include $(SPEC)
2929
include MakeBase.gmk
3030

31+
include CopyFiles.gmk
32+
include MakeIO.gmk
33+
3134
PRODUCT_TARGETS :=
3235
LEGACY_TARGETS :=
3336
TEST_TARGETS :=

‎make/CompileDemos.gmk

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ default: all
3131

3232
include $(SPEC)
3333
include MakeBase.gmk
34+
35+
include CopyFiles.gmk
3436
include JavaCompilation.gmk
3537
include TextFileProcessing.gmk
3638
include ZipArchive.gmk

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Apr 11, 2024

@openjdk-notifier[bot]
Please sign in to comment.