]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: use a convenience lib for shared resolve files
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Dec 2017 21:46:01 +0000 (22:46 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 3 Jan 2018 11:09:46 +0000 (12:09 +0100)
commit568a4ff8b18e58c09b72655a4a3c046a11da08cc
tree2f2f53cd5f47bc5b736939fa0e4e6ba87b37ddeb
parent0c06b50662b94c6805c78193ac4d80875ae33668
meson: use a convenience lib for shared resolve files

This reduces the man=false meson target count from 1281 to 1253.

--

A fully scientific test:
  git grep _sources, :/*.build|cut -d: -f2|tr -d ' '|sort|uniq -c
reveals that libudev_sources is the only source list now reused twice.  There's
some ugly circular dependency between libudev and libshared, and anyway I'm not
sure if we don't want to use different compilation options (LOG_REALM_…) in
those two cases, so I'm leaving that alone for now.
meson.build
src/resolve/meson.build