]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: split long lines in Makefiles
authorEric Blake <eblake@redhat.com>
Thu, 18 Jul 2013 15:37:52 +0000 (09:37 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 19 Jul 2013 11:25:35 +0000 (05:25 -0600)
commitd21d40bf0cbc6e4641418d5fec8830f49f5732cf
tree63515a69ebe638f0dfe674d6dd55c2370ba26d7c
parent29fe5d745fbe207ec2415441d4807ae76be05974
maint: split long lines in Makefiles

Makefiles are another easy file to enforce line limits.

Mostly straightforward; interesting tricks worth noting:
src/Makefile.am: $(confdir) was already defined, use it in more places
tests/Makefile.am: path_add and VG required some interesting compression

* cfg.mk (sc_prohibit_long_lines): Add another test.
* Makefile.am: Fix offenders.
* daemon/Makefile.am: Likewise.
* docs/Makefile.am: Likewise.
* python/Makefile.am: Likewise.
* src/Makefile.am: Likewise.
* tests/Makefile.am: Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
Makefile.am
cfg.mk
daemon/Makefile.am
docs/Makefile.am
python/Makefile.am
src/Makefile.am
tests/Makefile.am