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:57 +0000 (16:47 -0400)
commitdc60181faaeda09bfdc686538d1c7eae30b2f301
tree7b1bafbffe8de44a11443bd694ba3b5247a22735
parentdafacb78410cca51a1945305017cfa21a413ec6c
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.024873 seconds and 4 git commands to generate.