]> www.infradead.org Git - mtd-utils.git/commit
Cleanup: Automake: remove single use variables
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 19 Oct 2020 09:40:56 +0000 (11:40 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 20 Jan 2021 10:53:58 +0000 (11:53 +0100)
commita888044525d9f03290cc1afe62dcfa3bec4bc0b9
tree0e2736817cc6a0bb9a41a453bb2bde3eb04551ea
parentc41808cdc3a2c3c8ca5f73707745f48aae49e17e
Cleanup: Automake: remove single use variables

Throughout the Automake files, there is a consistent pattern somewhat
like this:

    FOO_BINS = ....

    sbin_PROGRAMS += $(FOO_BINS)

This commit all such patterns whenever the variable is not used anywhere
else and appends to the target directly.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Makefile.am
jffsX-utils/Makemodule.am
misc-utils/Makemodule.am
nand-utils/Makemodule.am
nor-utils/Makemodule.am
tests/checkfs/Makemodule.am
tests/jittertest/Makemodule.am
tests/unittests/Makemodule.am
ubi-utils/Makemodule.am
ubifs-utils/Makemodule.am