Set the 'build clang only' flag when we're building only clang.
llvm-svn: 165042
This commit is contained in:
		
							parent
							
								
									3c6932922e
								
							
						
					
					
						commit
						24c20ec63a
					
				| 
						 | 
					@ -77,6 +77,7 @@ ifeq ($(MAKECMDGOALS),install-clang)
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifeq ($(MAKECMDGOALS),clang-only)
 | 
					ifeq ($(MAKECMDGOALS),clang-only)
 | 
				
			||||||
 | 
					  BUILD_CLANG_ONLY := YES
 | 
				
			||||||
  DIRS := $(filter-out tools docs unittests, $(DIRS)) \
 | 
					  DIRS := $(filter-out tools docs unittests, $(DIRS)) \
 | 
				
			||||||
          tools/clang tools/lto
 | 
					          tools/clang tools/lto
 | 
				
			||||||
  OPTIONAL_DIRS :=
 | 
					  OPTIONAL_DIRS :=
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue