mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 04:05:05 +00:00
Add "docs" as a descendable directory (at the end)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18328 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f31942b12
commit
513b9213fd
4
Makefile
4
Makefile
@ -10,7 +10,7 @@ LEVEL = .
|
||||
DIRS = lib/System lib/Support utils lib tools
|
||||
|
||||
ifneq ($(MAKECMDGOALS),tools-only)
|
||||
DIRS += runtime
|
||||
DIRS += runtime docs
|
||||
OPTIONAL_DIRS = examples projects
|
||||
endif
|
||||
|
||||
@ -44,7 +44,7 @@ dist-hook::
|
||||
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
|
||||
|
||||
check ::
|
||||
cd test; $(MAKE)
|
||||
$(MAKE) -C test
|
||||
|
||||
tools-only: all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user