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

Ben Widawsky benjamin.widawsky at intel.com
Thu Jun 18 18:44:35 PDT 2015


---
 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



More information about the mesa-dev mailing list