< prev index next >

make/gensrc/GensrcMisc.gmk

Print this page
rev 53037 : 8242154: Backport parts of JDK-4947890 to OpenJDK 11u

*** 1,7 **** # ! # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 38,48 **** @@VERSION_NUMBER@@ => $(VERSION_NUMBER) ; \ @@VERSION_PRE@@ => $(VERSION_PRE) ; \ @@VERSION_BUILD@@ => $(VERSION_BUILD) ; \ @@VERSION_OPT@@ => $(VERSION_OPT) ; \ @@VERSION_DATE@@ => $(VERSION_DATE) ; \ ! @@VENDOR_VERSION_STRING@@ => $(VENDOR_VERSION_STRING), \ )) GENSRC_JAVA_BASE += $(BUILD_VERSION_JAVA) ################################################################################ --- 38,51 ---- @@VERSION_NUMBER@@ => $(VERSION_NUMBER) ; \ @@VERSION_PRE@@ => $(VERSION_PRE) ; \ @@VERSION_BUILD@@ => $(VERSION_BUILD) ; \ @@VERSION_OPT@@ => $(VERSION_OPT) ; \ @@VERSION_DATE@@ => $(VERSION_DATE) ; \ ! @@VENDOR_VERSION_STRING@@ => $(VENDOR_VERSION_STRING) ; \ ! @@VENDOR@@ => $(COMPANY_NAME) ; \ ! @@VENDOR_URL@@ => $(VENDOR_URL) ; \ ! @@VENDOR_URL_BUG@@ => $(VENDOR_URL_BUG), \ )) GENSRC_JAVA_BASE += $(BUILD_VERSION_JAVA) ################################################################################
< prev index next >