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:47:54 +0000 (16:47 -0400)
commit72e6e0369d6b5c9178cdc103b17ae6350a8c96e6
tree35ffb4a3e1009213d3d309013a55f66786021447
parent100b7ae4d7f143e27b324140f7de38f4178a0897
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.024238 seconds and 4 git commands to generate.