summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-23 19:21:57 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-23 19:21:57 +0200
commit80aff35bf06ff20d6a938c0075b633b03333d8d7 (patch)
tree8836f2d8edef4c661230e7afe9bbccb9f062383a
parent485d75423bef9b4eb0e3c8742731f13723339ebc (diff)
downloadpass-80aff35bf06ff20d6a938c0075b633b03333d8d7.tar.gz
pass-80aff35bf06ff20d6a938c0075b633b03333d8d7.tar.bz2
pass-80aff35bf06ff20d6a938c0075b633b03333d8d7.zip
makefile: add force all flag to enable all features
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6eb52f..f9cf1a8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,12 @@ MANDIR ?= $(PREFIX)/share/man
PLATFORMFILE := src/platform/$(shell uname | cut -d _ -f 1 | tr '[:upper:]' '[:lower:]').sh
+ifeq ($(FORCE_ALL),1)
+FORCE_BASHCOMP := 1
+FORCE_ZSHCOMP := 1
+FORCE_FISHCOMP := 1
+endif
+
ifeq ($(FORCE_BASHCOMP),1)
BASHCOMP_SWITCH := "-D"
else
ns'>-1/+4 2008-03-07Better session handlingRené 'Necoro' Neumann1-5/+54 2008-03-07Small changesRené 'Necoro' Neumann1-1/+4 2008-03-07Updated shm module to 1.2René 'Necoro' Neumann1-8/+21 2008-03-07Update TODORené 'Necoro' Neumann1-3/+1 2008-03-07hmm ... yesRené 'Necoro' Neumann1-1/+1 2008-03-06Used better exceptions for configuration parserRené 'Necoro' Neumann1-26/+114 2008-03-06Update translationRené 'Necoro' Neumann2-349/+393 2008-03-06Update createpot.shRené 'Necoro' Neumann1-3/+2 2008-03-06Use 'nofork' instead of 'nolistener'René 'Necoro' Neumann1-3/+3 2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1 2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237