16 lines
		
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| # output version
 | |
| bash printinfo.sh
 | |
| 
 | |
| make clean > /dev/null
 | |
| 
 | |
| echo "checking..."
 | |
| ./helper.pl --check-source --check-makefiles --check-defines|| exit 1
 | |
| 
 | |
| exit 0
 | |
| 
 | |
| # $Source$
 | |
| # $Revision$
 | |
| # $Date$
 |