[Mesa-dev] [PATCH] mesa_tags: dri/common no longer exists

Ben Widawsky ben at bwidawsk.net
Thu Jun 18 18:46:17 PDT 2015


Sorry, ignore this. I had script fail. Real patch coming up.

On Thu, Jun 18, 2015 at 06:44:35PM -0700, Ben Widawsky wrote:
> ---
>  scripts/tags/mesa_tags.sh | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/scripts/tags/mesa_tags.sh b/scripts/tags/mesa_tags.sh
> index 4404b92..c8e2098 100755
> --- a/scripts/tags/mesa_tags.sh
> +++ b/scripts/tags/mesa_tags.sh
> @@ -3,13 +3,9 @@
>  rm cscope.*
>  rm tags
>  git ls-files src/mesa/drivers/dri/i965 >| cscope.files
> -git ls-files src/mesa/drivers/dri/common >> cscope.files
>  git ls-files src/mesa/main >> cscope.files
>  git ls-files include/GL >> cscope.files
>  git ls-files src/util >> cscope.files
>  ctags -L cscope.files --langmap=C++:.C.h.c.cpp.hpp --languages=C++ --c++-kinds=+p --fields=+iaS --extra=+q
>  cscope -bkqu
>  #rm cscope.files
> -
> -
> -
> -- 
> 2.4.4
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list