# HG changeset patch # User ihse # Date 1476172204 -7200 # Node ID ca054ba21d38d73645c7319a6a0c39812c52ba2a # Parent 18c0f074ed979571747d215f65161783738f5c19 8167424: Various trivial fixes in build system Reviewed-by: erikj, tbell diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/CompileInterimRmic.gmk --- a/jdk/make/CompileInterimRmic.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/CompileInterimRmic.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/CompileTools.gmk --- a/jdk/make/CompileTools.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/CompileTools.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/GenerateModuleSummary.gmk --- a/jdk/make/GenerateModuleSummary.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/GenerateModuleSummary.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/Tools.gmk --- a/jdk/make/Tools.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/Tools.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/gendata/GendataBreakIterator.gmk --- a/jdk/make/gendata/GendataBreakIterator.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/gendata/GendataBreakIterator.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/gendata/GendataHtml32dtd.gmk --- a/jdk/make/gendata/GendataHtml32dtd.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/gendata/GendataHtml32dtd.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/gensrc/Gensrc-java.base.gmk --- a/jdk/make/gensrc/Gensrc-java.base.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/gensrc/Gensrc-java.base.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/gensrc/Gensrc-jdk.jlink.gmk --- a/jdk/make/gensrc/Gensrc-jdk.jlink.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/gensrc/Gensrc-jdk.jlink.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/gensrc/GensrcIcons.gmk --- a/jdk/make/gensrc/GensrcIcons.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/gensrc/GensrcIcons.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/gensrc/GensrcLocaleData.gmk --- a/jdk/make/gensrc/GensrcLocaleData.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/gensrc/GensrcLocaleData.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/gensrc/GensrcModuleLoaderMap.gmk --- a/jdk/make/gensrc/GensrcModuleLoaderMap.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/gensrc/GensrcModuleLoaderMap.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/gensrc/GensrcVarHandles.gmk --- a/jdk/make/gensrc/GensrcVarHandles.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/gensrc/GensrcVarHandles.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/launcher/Launcher-java.scripting.gmk --- a/jdk/make/launcher/Launcher-java.scripting.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/launcher/Launcher-java.scripting.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/launcher/Launcher-jdk.compiler.gmk --- a/jdk/make/launcher/Launcher-jdk.compiler.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/launcher/Launcher-jdk.compiler.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/launcher/Launcher-jdk.javadoc.gmk --- a/jdk/make/launcher/Launcher-jdk.javadoc.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/launcher/Launcher-jdk.javadoc.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/launcher/Launcher-jdk.jdeps.gmk --- a/jdk/make/launcher/Launcher-jdk.jdeps.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/launcher/Launcher-jdk.jdeps.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/launcher/Launcher-jdk.jlink.gmk --- a/jdk/make/launcher/Launcher-jdk.jlink.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/launcher/Launcher-jdk.jlink.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/launcher/Launcher-jdk.jstatd.gmk --- a/jdk/make/launcher/Launcher-jdk.jstatd.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/launcher/Launcher-jdk.jstatd.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/launcher/Launcher-jdk.pack200.gmk --- a/jdk/make/launcher/Launcher-jdk.pack200.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/launcher/Launcher-jdk.pack200.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/launcher/Launcher-jdk.scripting.nashorn.shell.gmk --- a/jdk/make/launcher/Launcher-jdk.scripting.nashorn.shell.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/launcher/Launcher-jdk.scripting.nashorn.shell.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/lib/Lib-java.desktop.gmk --- a/jdk/make/lib/Lib-java.desktop.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/lib/Lib-java.desktop.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/rmic/Rmic-java.management.gmk --- a/jdk/make/rmic/Rmic-java.management.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/rmic/Rmic-java.management.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 diff -r 18c0f074ed97 -r ca054ba21d38 jdk/make/rmic/RmicCommon.gmk --- a/jdk/make/rmic/RmicCommon.gmk Tue Oct 11 00:04:35 2016 +0000 +++ b/jdk/make/rmic/RmicCommon.gmk Tue Oct 11 09:50:04 2016 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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