зеркало из https://github.com/microsoft/clang.git
The test/ directory needs to be created always when building objdir != srcdir,
because the toplevel 'make check-all' needs the rule for test/lit.site.cfg, and for that test/ must exist. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82624 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a441283c60
Коммит
38a809571b
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ DIRS := include lib tools docs
|
|||
include $(LEVEL)/Makefile.common
|
||||
|
||||
ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT))
|
||||
test::
|
||||
all::
|
||||
$(Verb) if [ ! -f test/Makefile ]; then \
|
||||
$(MKDIR) test; \
|
||||
$(CP) $(PROJ_SRC_DIR)/test/Makefile test/Makefile; \
|
||||
|
|
Загрузка…
Ссылка в новой задаче