forked from OSchip/llvm-project
Add "docs" as a descendable directory (at the end)
llvm-svn: 18328
This commit is contained in:
parent
0194c9a64c
commit
51877c95d3
|
@ -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…
Reference in New Issue