fix: Java examples CLASSPATH override
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 22 Apr 2020 20:32:51 +0000 (16:32 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Apr 2020 20:46:54 +0000 (16:46 -0400)
commit9f1d7029482a337e009c0c1b001a903edd87d15c
treeff5f1c26720dd4dbb7647702a3ac94912a3e56f9
parent32cc2c3ea0c359db529d048a4d2d16cb5d9ab168
fix: Java examples CLASSPATH override

Variables provided to make as arguments, called 'command variables' can't
be reassigned a new value in the Makefile. Since the CLASSPATH is now
passed this way in the glue between automake and the example makefiles,
use different names for the internal variables.

Change-Id: Id6289273f211f544a66d933a96f06df75243415f
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/java-jul/Makefile
doc/examples/java-log4j/Makefile
This page took 0.025116 seconds and 4 git commands to generate.