* Doh!
This commit is contained in:
		
							parent
							
								
									160a60d663
								
							
						
					
					
						commit
						cff2b2a13a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2551,7 +2551,7 @@ void Worker::run(const Goals & _topGoals) | ||||||
|         if (!children.empty() || !waitingForAWhile.empty()) |         if (!children.empty() || !waitingForAWhile.empty()) | ||||||
|             waitForInput(); |             waitForInput(); | ||||||
|         else { |         else { | ||||||
|             if (maxBuildJobs == 0) throw Error( |             if (awake.empty() && maxBuildJobs == 0) throw Error( | ||||||
|                 "unable to start any build; either increase `--max-jobs' " |                 "unable to start any build; either increase `--max-jobs' " | ||||||
|                 "or enable distributed builds"); |                 "or enable distributed builds"); | ||||||
|             assert(!awake.empty()); |             assert(!awake.empty()); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue