projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc71f91
)
Fix the etags action line, as etags doesn't take -R
author
Richard Levitte
<levitte@openssl.org>
Fri, 18 Dec 2015 23:09:05 +0000
(
00:09
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 19 Dec 2015 17:03:40 +0000
(18:03 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 2eaffde9fc6de22dcd1189ac971d9cd9d5f9dfe1..ab6a74eb197e1529bc5b2568ca0a893a4d346f65 100644
(file)
--- 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: