mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Simplify etags command.
llvm-svn: 954
This commit is contained in:
parent
67da8bfa0c
commit
17c7daff14
@ -143,7 +143,7 @@ endif
|
||||
ifeq ($(LEVEL), .)
|
||||
|
||||
tags:
|
||||
etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
||||
etags -l c++ `find . -name '*.cpp' -o -name '*.h'`
|
||||
|
||||
all:: tags
|
||||
|
||||
|
@ -143,7 +143,7 @@ endif
|
||||
ifeq ($(LEVEL), .)
|
||||
|
||||
tags:
|
||||
etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'`
|
||||
etags -l c++ `find . -name '*.cpp' -o -name '*.h'`
|
||||
|
||||
all:: tags
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user