The branch master has been updated
       via  7a64489f9eb9bf4964de2dc2df248453ee3cc84e (commit)
      from  bc71f91064a3eec10310fa4cc14fe2a3fd9bc7bb (commit)


- Log -----------------------------------------------------------------
commit 7a64489f9eb9bf4964de2dc2df248453ee3cc84e
Author: Richard Levitte <levi...@openssl.org>
Date:   Sat Dec 19 00:09:05 2015 +0100

    Fix the etags action line, as etags doesn't take -R
    
    Reviewed-by: Matt Caswell <m...@openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.org b/Makefile.org
index 2eaffde..ab6a74e 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -468,7 +468,7 @@ lint:
 tags TAGS: FORCE
        rm -f TAGS tags
        -ctags -R .
-       -etags -R .
+       -etags `find . -name '*.[ch]' -o -name '*.pm'`
 
 FORCE:
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to