Skip to content

Commit ab5d581

Browse files
committed
8258447: Move make/hotspot/hotspot.script to make/scripts
Reviewed-by: dcubed
1 parent 70183f4 commit ab5d581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

make/hotspot/gensrc/GenerateSources.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2013, 2020, 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
@@ -48,7 +48,7 @@ $(eval $(call IncludeCustomExtension, hotspot/gensrc/GenerateSources.gmk))
4848

4949
# Setup the hotspot launcher script for developer use
5050
$(eval $(call SetupTextFileProcessing, CREATE_HOTSPOT_LAUNCHER, \
51-
SOURCE_FILES := $(TOPDIR)/make/hotspot/hotspot.script, \
51+
SOURCE_FILES := $(TOPDIR)/make/scripts/hotspot.sh, \
5252
OUTPUT_FILE := $(JVM_OUTPUTDIR)/hotspot, \
5353
REPLACEMENTS := \
5454
@@LIBARCH@@ => $(OPENJDK_TARGET_CPU_LEGACY_LIB) ; \
File renamed without changes.

0 commit comments

Comments
 (0)