mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Change tags rule to pipe output from find through etags command so that it
doesn't break on machines with limited command line lengths. llvm-svn: 14138
This commit is contained in:
parent
7172b26a18
commit
810a005b40
2
Makefile
2
Makefile
@ -48,5 +48,5 @@ TAGS: tags
|
||||
all:: tags
|
||||
|
||||
tags:
|
||||
$(ETAGS) $(ETAGSFLAGS) `find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h'`
|
||||
find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h' | $(ETAGS) $(ETAGSFLAGS) -
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user