mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-20 00:43:48 +00:00
Don't print out ugly command line when building LibDeps.txt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
716aefcd91
commit
025213e9f2
@ -24,7 +24,9 @@ SUB_LDFLAGS =
|
||||
# should only be re-built manually. No other rule in this file should
|
||||
# depend on LibDeps.txt.
|
||||
LibDeps.txt: $(LEVEL)/utils/GenLibDeps.pl $(LibDir)
|
||||
$(LEVEL)/utils/GenLibDeps.pl -flat $(LibDir) | sort > LibDeps.txt
|
||||
$(Echo) "Regenerating LibDeps.txt"
|
||||
$(Verb) $(LLVM_SRC_ROOT)/utils/GenLibDeps.pl -flat $(LibDir) | \
|
||||
sort > LibDeps.txt
|
||||
|
||||
# Find all the cyclic dependencies between various LLVM libraries, so we
|
||||
# don't have to process them at runtime.
|
||||
|
@ -24,7 +24,9 @@ SUB_LDFLAGS =
|
||||
# should only be re-built manually. No other rule in this file should
|
||||
# depend on LibDeps.txt.
|
||||
LibDeps.txt: $(LEVEL)/utils/GenLibDeps.pl $(LibDir)
|
||||
$(LEVEL)/utils/GenLibDeps.pl -flat $(LibDir) | sort > LibDeps.txt
|
||||
$(Echo) "Regenerating LibDeps.txt"
|
||||
$(Verb) $(LLVM_SRC_ROOT)/utils/GenLibDeps.pl -flat $(LibDir) | \
|
||||
sort > LibDeps.txt
|
||||
|
||||
# Find all the cyclic dependencies between various LLVM libraries, so we
|
||||
# don't have to process them at runtime.
|
||||
|
Loading…
x
Reference in New Issue
Block a user