aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-09-07 14:26:06 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-09-07 14:26:06 +0100
commit7c49bea080307c65b9d04b18df488f7787250d22 (patch)
tree16a6092e6e287551d8b7cd3a335f1b718bd9d10a /xen/Makefile
parentf703973da4198aebaadb0b3aa7fd66223c137ffc (diff)
downloadxen-7c49bea080307c65b9d04b18df488f7787250d22.tar.gz
xen-7c49bea080307c65b9d04b18df488f7787250d22.tar.bz2
xen-7c49bea080307c65b9d04b18df488f7787250d22.zip
Fix etags invocation
Don't fail in the case where 'etags' isn't Exuberant Ctags Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 6bda1e7ea9..0fb1c2753f 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -122,10 +122,10 @@ define all_sources
endef
define set_exuberant_flags
- exuberant_flags=`$1 --version 2>/dev/null | grep -iq exuberant && \
+ exuberant_flags=`$1 --version 2>/dev/null | (grep -iq exuberant && \
echo "-I __initdata,__exitdata,__acquires,__releases \
-I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
- --extra=+f --c-kinds=+px"`
+ --extra=+f --c-kinds=+px") || true`
endef
.PHONY: _TAGS