nicer way of doing fallback
This commit is contained in:
parent
37227dcd94
commit
a4fae7fa0c
@ -138,9 +138,7 @@ ifeq ($(DISTRO),gentoo)
|
|||||||
CTAGS := exuberant-ctags
|
CTAGS := exuberant-ctags
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CTAGS),)
|
CTAGS ?= ctags
|
||||||
CTAGS := ctags
|
|
||||||
endif
|
|
||||||
|
|
||||||
# determine the policy version and current kernel version if possible
|
# determine the policy version and current kernel version if possible
|
||||||
PV := $(shell $(CHECKPOLICY) -V |cut -f 1 -d ' ')
|
PV := $(shell $(CHECKPOLICY) -V |cut -f 1 -d ' ')
|
||||||
|
Loading…
Reference in New Issue
Block a user