forked from OSchip/llvm-project
Avoid building samples. Require explicit list of directory names to build.
llvm-svn: 15937
This commit is contained in:
parent
ab8d172df2
commit
2b4b4a577a
llvm/projects
|
@ -10,7 +10,6 @@ LEVEL=..
|
|||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
#DIRS=
|
||||
DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
|
||||
DIRS:= SmallExamples sample
|
||||
|
||||
include $(BUILD_SRC_ROOT)/Makefile.rules
|
||||
|
|
Loading…
Reference in New Issue