[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Sat Dec 19 17:04:49 UTC 2015


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


- Log -----------------------------------------------------------------
commit 7a64489f9eb9bf4964de2dc2df248453ee3cc84e
Author: Richard Levitte <levitte at 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 <matt at 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:
 


More information about the openssl-commits mailing list