mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +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') |