mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			229 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			229 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if bld.env.DISTRO not in ['Windows','Mac']:
 | |
| 	# build / install declarations of the daemonization utility - except for Windows
 | |
| 	bld(
 | |
| 		name='daemonize',
 | |
| 		features='cc cprogram',
 | |
| 		source='daemonize.c',
 | |
| 		target='cloud-daemonize') |