Fix: Don't override user variables within the build system
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 29 Jun 2017 18:26:16 +0000 (14:26 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 17 Jul 2017 19:33:42 +0000 (15:33 -0400)
commit05c031000c447ff01c8f23e1d0b5455a18b8dfc2
tree5e1224ee30a5938b78106f7f3cc887b2edd7384a
parent63e5d159b29f933911777ef06fa90cc9e9d23acf
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: Jérémie Galarneau <jeremie.galarneau@efficios.com>
38 files changed:
.gitignore
Makefile.am
bindings/python/babeltrace/Makefile.am
bindings/python/bt2/Makefile.am
cli/Makefile.am
common/Makefile.am
compat/Makefile.am
configure.ac
lib/Makefile.am
lib/ctf-ir/Makefile.am
lib/ctf-writer/Makefile.am
lib/graph/Makefile.am
lib/graph/notification/Makefile.am
lib/plugin/Makefile.am
lib/prio_heap/Makefile.am
logging/Makefile.am
plugins/ctf/Makefile.am
plugins/ctf/common/Makefile.am
plugins/ctf/common/btr/Makefile.am
plugins/ctf/common/metadata/Makefile.am
plugins/ctf/common/notif-iter/Makefile.am
plugins/ctf/fs-sink/Makefile.am
plugins/ctf/fs-src/Makefile.am
plugins/ctf/lttng-live/Makefile.am
plugins/libctfcopytrace/Makefile.am
plugins/lttng-utils/Makefile.am
plugins/text/Makefile.am
plugins/text/dmesg/Makefile.am
plugins/text/pretty/Makefile.am
plugins/utils/Makefile.am
plugins/utils/counter/Makefile.am
plugins/utils/dummy/Makefile.am
plugins/utils/muxer/Makefile.am
plugins/utils/trimmer/Makefile.am
python-plugin-provider/Makefile.am
tests/lib/Makefile.am
tests/lib/test-plugin-plugins/Makefile.am
tests/plugins/Makefile.am
This page took 0.029681 seconds and 4 git commands to generate.