From: Yu Watanabe Date: Tue, 10 Jul 2018 14:58:39 +0000 (+0900) Subject: meson: drop redundant messages X-Git-Tag: v240~992 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbed8ff5a1fefbb0b1d1d45513933fe6c5f5ee50;p=thirdparty%2Fsystemd.git meson: drop redundant messages --- diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index e7fabe29aa6..0d3022b1e96 100644 --- a/shell-completion/bash/meson.build +++ b/shell-completion/bash/meson.build @@ -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' diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build index 7fc9fcfc715..792b06122f5 100644 --- a/shell-completion/zsh/meson.build +++ b/shell-completion/zsh/meson.build @@ -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'