]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop redundant messages
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 10 Jul 2018 14:58:39 +0000 (23:58 +0900)
committerFilipe Brandenburger <filbranden@google.com>
Wed, 11 Jul 2018 06:24:39 +0000 (23:24 -0700)
shell-completion/bash/meson.build
shell-completion/zsh/meson.build

index e7fabe29aa679b0a8fcb7c4733b67c8d9ce6f6cc..0d3022b1e963e78f7be6ae5fb0cbbc242bef8ea5 100644 (file)
@@ -8,8 +8,6 @@ if bashcompletiondir == ''
         else
                 bashcompletiondir = join_paths(datadir, 'bash-completion/completions')
         endif
-
-        message('bash completions: @0@'.format(bashcompletiondir))
 endif
 
 if bashcompletiondir != 'no'
index 7fc9fcfc71510df6b016f0006ffaf2825ba98036..792b06122f5207293f851fbb9d87d2323dda08a9 100644 (file)
@@ -3,8 +3,6 @@
 zshcompletiondir = get_option('zshcompletiondir')
 if zshcompletiondir == ''
         zshcompletiondir = join_paths(datadir, 'zsh/site-functions')
-
-        message('zsh completions: @0@'.format(zshcompletiondir))
 endif
 
 if zshcompletiondir != 'no'