mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			202 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			202 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| # Use this when you have deleted Makefile and do not want to do a full
 | |
| # build to get it back
 | |
| 
 | |
| cd ..
 | |
| automake --gnu Docs/Makefile
 | |
| CONFIG_FILES=Docs/Makefile CONFIG_HEADERS= sh ./config.status
 | 
