Messages in this thread Patch in this message |  | | | Date | Mon, 6 Sep 2004 21:09:47 +0200 (CEST) | | From | Geert Uytterhoeven <> | | Subject | [PATCH 2/4] Re: EXPORT_SYMBOL_NOVERS (was: Re: 2.6.9-rc1-mm3) |
| |
Now all users of the deprecated EXPORT_SYMBOL_NOVERS are gone, ctags doesn't have to care about it anymore.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
--- linux-2.6.9-rc1/Makefile 2004-08-24 13:33:28.000000000 +0200 +++ linux-2.6.9-rc1-export-symbol/Makefile 2004-09-06 18:19:32.000000000 +0200 @@ -1093,7 +1093,7 @@ 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_NOVERS"`; \ + CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \ $(all-sources) | xargs ctags $$CTAGSF -a endef
Gr{oetje,eeting}s, Geert
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |