Skip to content

Commit 8d2f77f

Browse files
committedJan 26, 2021
8260406: Do not copy pure java source code to gensrc
Reviewed-by: alanb, erikj
1 parent 5e8e0ad commit 8d2f77f

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed
 

‎make/modules/java.base/gensrc/GensrcCharacterData.gmk

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2011, 2021, 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
@@ -62,14 +62,6 @@ $(eval $(call SetupCharacterData,CharacterData02, -string -plane 2, 11 4 1))
6262
$(eval $(call SetupCharacterData,CharacterData03, -string -plane 3, 11 4 1))
6363
$(eval $(call SetupCharacterData,CharacterData0E, -string -plane 14, 11 4 1))
6464

65-
# Copy two Java files that need no preprocessing.
66-
$(SUPPORT_OUTPUTDIR)/gensrc/java.base/java/lang/%.java: $(CHARACTERDATA)/%.java.template
67-
$(call LogInfo, Generating $(@F))
68-
$(call install-file)
69-
70-
GENSRC_CHARACTERDATA += $(SUPPORT_OUTPUTDIR)/gensrc/java.base/java/lang/CharacterDataUndefined.java \
71-
$(SUPPORT_OUTPUTDIR)/gensrc/java.base/java/lang/CharacterDataPrivateUse.java
72-
7365
$(GENSRC_CHARACTERDATA): $(BUILD_TOOLS_JDK)
7466

7567
TARGETS += $(GENSRC_CHARACTERDATA)

0 commit comments

Comments
 (0)
Please sign in to comment.