mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	menuselect: Minor cosmetic fixes.
Improve some of the formatting fromdd3f17c699(#521). (cherry picked from commit31cdf64d85)
This commit is contained in:
		
				
					committed by
					
						 Asterisk Development Team
						Asterisk Development Team
					
				
			
			
				
	
			
			
			
						parent
						
							aae996ee4a
						
					
				
				
					commit
					7cce7c9397
				
			| @@ -1933,17 +1933,15 @@ static int sanity_check(void) | ||||
| 				fprintf(stderr, "\n" | ||||
| 					"***********************************************************\n" | ||||
| 					"  The existing menuselect.makeopts file did not specify    \n" | ||||
| 					"  that '%s' should not be included.  However,              \n" | ||||
| 					"  %s%s\n" | ||||
| 					"  %s.\n" | ||||
| 					"  that '%s' should not be included.  However, %s%s%s.\n" | ||||
| 					"                                                           \n" | ||||
| 					"  Either run 'make menuselect' or remove the existing      \n" | ||||
| 					"  menuselect.makeopts file to resolve this issue.          \n" | ||||
| 					"***********************************************************\n" | ||||
| 					"\n", mem->name, | ||||
| 					mem->depsfailed ? "dependencies for this module were not found" : "", | ||||
| 					mem->depsfailed ? "\ndependencies for this module were not found" : "", | ||||
| 					mem->depsfailed && mem->conflictsfailed ? " and" : "", | ||||
| 					mem->conflictsfailed ? "a conflict exists" : ""); | ||||
| 					mem->conflictsfailed ? "\na conflict exists" : ""); | ||||
| 				insane = 1; | ||||
| 			} | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user