RFR: Revert unintended changes to make/gensrc/Gensrc-jdk.hotspot.agent.gmk (original) (raw)

mandy chung mandy.chung at oracle.com
Wed Jun 27 20🔞11 UTC 2018


+1

Mandy

On 6/27/18 12:48 PM, Daniel Fuchs wrote:

Hi,

My fix for  8205397 [1] includes a change to make/gensrc/Gensrc-jdk.hotspot.agent.gmk that was not intended: diff --git a/make/gensrc/Gensrc-jdk.hotspot.agent.gmk b/make/gensrc/Gensrc-jdk.hotspot.agent.gmk --- a/make/gensrc/Gensrc-jdk.hotspot.agent.gmk +++ b/make/gensrc/Gensrc-jdk.hotspot.agent.gmk @@ -49,6 +49,7 @@ MACHEXCSERVER := $(MIGOUTPUTDIR)/machexcServer.c $(MACHEXCSERVER): $(SDKROOT)/usr/include/mach/machexc.defs + $(call MakeTargetDir) _$(MIG) -isysroot (SDKROOT)−server(SDKROOT) -server (SDKROOT)−server@ -user $(MACHEXCUSER) _ -header $(MACHEXCHEADER) $(SDKROOT)/usr/include/mach/machexc.defs This patch is to revert the unintented change: diff --git a/make/gensrc/Gensrc-jdk.hotspot.agent.gmk b/make/gensrc/Gensrc-jdk.hotspot.agent.gmk --- a/make/gensrc/Gensrc-jdk.hotspot.agent.gmk +++ b/make/gensrc/Gensrc-jdk.hotspot.agent.gmk @@ -49,7 +49,6 @@ MACHEXCSERVER := $(MIGOUTPUTDIR)/machexcServer.c $(MACHEXCSERVER): $(SDKROOT)/usr/include/mach/machexc.defs -    $(call MakeTargetDir) _$(MIG) -isysroot (SDKROOT)−server(SDKROOT) -server (SDKROOT)−server@ -user $(MACHEXCUSER) _ -header $(MACHEXCHEADER) $(SDKROOT)/usr/include/mach/machexc.defs

My deepest apologies for the mistake :-( -- daniel [1] http://hg.openjdk.java.net/jdk/jdk/rev/d21a3d3aa4fb



More information about the build-dev mailing list