summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-19 11:53:53 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:49:47 +0200
commita6c581818f140ba4d91fcd82a009ac074d22968b (patch)
tree6a20e96e8446722f1275c025ce07786d3f032b4b /src/test
parent5e7c94d0ff790aee82d5cbf934a6a440aeca6f42 (diff)
meson: reuse libsystemd_static for libsystemd
This gets rid of recompilation, making things faster and avoids duplicated warnings. The result seems to be the same: $ ls -l build/libsystemd.so.0.20.0 build2/libsystemd.so.0.20.0 -rwxrwxr-x. 1 zbyszek zbyszek 3071312 Dec 19 11:45 build2/libsystemd.so.0.20.0 -rwxrwxr-x. 1 zbyszek zbyszek 3071760 Dec 19 11:11 build/libsystemd.so.0.20.0 $ diff -U1 <(objdump -T build/libsystemd.so.0.20.0|sed -r 's/[0-9a-f]{16}/________________/g') <(objdump -T build2/libsystemd.so.0.20.0|sed -r 's/[0-9a-f]{16}/________________/g') -build/libsystemd.so.0.20.0: file format elf64-x86-64 +build2/libsystemd.so.0.20.0: file format elf64-x86-64
Diffstat (limited to 'src/test')
0 files changed, 0 insertions, 0 deletions