On Mon, 2 Nov 2020 14:40:35 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> We have at least one java file with a '$' in the name. As we have learned > over the years, having $ in unexpected places quickly leads to unexpected > behavior in a shell/make based build. In this case it's our override > mechanism of java files that needs protection against expanding such > occurrences of $. This pull request has now been integrated. Changeset: 184db64d Author: Erik Joelsson <er...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/184db64d Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod 8255732: OpenJDK fails to build if $A is set to a value with spaces Reviewed-by: ihse ------------- PR: https://git.openjdk.java.net/jdk/pull/1007