RFR(XS): 8222627: Remove sneaky token 'Name' in jdk-version.m4

Langer, Christoph christoph.langer at sap.com
Wed Apr 17 09:34:56 UTC 2019


Thanks Volker. I see you are member of the build group… so I had a good feeling when I pushed this 😊

http://hg.openjdk.java.net/jdk/jdk/rev/3b2101f56cdd


From: Volker Simonis <volker.simonis at gmail.com>
Sent: Mittwoch, 17. April 2019 07:54
To: Langer, Christoph <christoph.langer at sap.com>
Cc: build-dev at openjdk.java.net
Subject: Re: RFR(XS): 8222627: Remove sneaky token 'Name' in jdk-version.m4

Looks good.

Nice to see how „fault tolerant“ m4 is :)

Langer, Christoph <christoph.langer at sap.com<mailto:christoph.langer at sap.com>> schrieb am Mi. 17. Apr. 2019 um 08:46:
Hi,

please review this little revert of a token that accidentally sneaked in when I pushed JDK-8222522 (Add configure options for Mac Bundle creation) yesterday. I don't know how that happened but fortunately it didn't break the build...

diff -r 15f2aae40bc8 -r ae1be0d04777 make/autoconf/jdk-version.m4
--- a/make/autoconf/jdk-version.m4      Tue Apr 16 20:47:11 2019 -0700
+++ b/make/autoconf/jdk-version.m4      Wed Apr 17 06:25:14 2019 +0100
@@ -1,4 +1,4 @@
-Name#
+#
# Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#

Thanks & Sorry
Christoph


More information about the build-dev mailing list