X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile;h=bddcb861b49bbb90bc5646a7da5c55833f4689b5;hb=907f4678c114a125fe4584758681c31bf3d627da;hp=48990899db0d9a9506e72fe2fa79570c3b5a306b;hpb=e8e6993178344eb348f60f05b16d9dc30db3b9cf;p=powerpc.git diff --git a/Makefile b/Makefile index 48990899db..bddcb861b4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 -EXTRAVERSION =-rc3 +EXTRAVERSION =-rc4 NAME=Woozy Numbat # *DOCUMENTATION* @@ -1190,8 +1190,8 @@ cmd_TAGS = $(all-sources) | etags - quiet_cmd_tags = MAKE $@ define cmd_tags rm -f $@; \ - CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL"`; \ - $(all-sources) | xargs ctags $$CTAGSF -a --extra=+f + CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL --extra=+f"`; \ + $(all-sources) | xargs ctags $$CTAGSF -a endef TAGS: FORCE