1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-09 01:18:39 +03:00

makefiles: avoid clustering out

When ctags package is not installed, avoid cluttering output
from failing 'which' command.
This commit is contained in:
Zdenek Kabelac 2018-11-30 21:59:08 +01:00 committed by David Teigland
parent aae7f09d11
commit d910edfb37

View File

@ -179,7 +179,7 @@ endif
include $(top_srcdir)/device_mapper/Makefile
include $(top_srcdir)/base/Makefile
ifneq ($(shell which ctags),)
ifneq ($(shell which ctags 2>/dev/null),)
.PHONY: tags
tags:
test -z "$(shell find $(top_srcdir) -type f -name '*.[ch]' -newer tags 2>/dev/null | head -1)" || $(RM) tags