8258447: Move make/hotspot/hotspot.script to make/scripts
Reviewed-by: dcubed
This commit is contained in:
parent
70183f4d6e
commit
ab5d581ba8
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
|
# Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
@ -48,7 +48,7 @@ $(eval $(call IncludeCustomExtension, hotspot/gensrc/GenerateSources.gmk))
|
|||||||
|
|
||||||
# Setup the hotspot launcher script for developer use
|
# Setup the hotspot launcher script for developer use
|
||||||
$(eval $(call SetupTextFileProcessing, CREATE_HOTSPOT_LAUNCHER, \
|
$(eval $(call SetupTextFileProcessing, CREATE_HOTSPOT_LAUNCHER, \
|
||||||
SOURCE_FILES := $(TOPDIR)/make/hotspot/hotspot.script, \
|
SOURCE_FILES := $(TOPDIR)/make/scripts/hotspot.sh, \
|
||||||
OUTPUT_FILE := $(JVM_OUTPUTDIR)/hotspot, \
|
OUTPUT_FILE := $(JVM_OUTPUTDIR)/hotspot, \
|
||||||
REPLACEMENTS := \
|
REPLACEMENTS := \
|
||||||
@@LIBARCH@@ => $(OPENJDK_TARGET_CPU_LEGACY_LIB) ; \
|
@@LIBARCH@@ => $(OPENJDK_TARGET_CPU_LEGACY_LIB) ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user