Fix: Don't override user variables within the build system
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 9 May 2017 18:25:01 +0000 (14:25 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 May 2017 18:54:11 +0000 (14:54 -0400)
commite1c62734a4c511d6ba3b3b240486b5034ba7bd99
tree944e0027f89e4f20f5162563c2922bab3def87ec
parent093c3f9bbdda113147ab03be62aaa37bd1c786b4
Fix: Don't override user variables within the build system

Instead use the appropriatly prefixed AM_* variables as to not interfere
when a user variable is passed to a make command. The proper use of flag
variables is documented at :

https://www.gnu.org/software/automake/manual/automake.html#Flag-Variables-Ordering

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
32 files changed:
configure.ac
doc/examples/Makefile.am
doc/examples/clock-override/Makefile
doc/examples/demo-tracef/Makefile
doc/examples/demo-tracelog/Makefile
doc/examples/demo/Makefile
doc/examples/easy-ust/Makefile
doc/examples/gen-tp/Makefile
doc/examples/getcpu-override/Makefile
doc/examples/hello-static-lib/Makefile
liblttng-ust-ctl/Makefile.am
liblttng-ust-cyg-profile/Makefile.am
liblttng-ust-dl/Makefile.am
liblttng-ust-fd/Makefile.am
liblttng-ust-fork/Makefile.am
liblttng-ust-java-agent/jni/common/Makefile.am
liblttng-ust-java-agent/jni/jul/Makefile.am
liblttng-ust-java-agent/jni/log4j/Makefile.am
liblttng-ust-java/Makefile.am
liblttng-ust-libc-wrapper/Makefile.am
liblttng-ust-python-agent/Makefile.am
liblttng-ust/Makefile.am
libringbuffer/Makefile.am
snprintf/Makefile.am
tests/benchmark/Makefile.am
tests/ctf-types/Makefile.am
tests/hello/Makefile.am
tests/test-app-ctx/Makefile.am
tests/trace_event/Makefile.am
tests/tracepoint/Makefile.am
tests/tracepoint/benchmark/Makefile.am
tests/ust-variant/Makefile.am
This page took 0.027763 seconds and 4 git commands to generate.