mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Cleanup of pl files.
This commit is contained in:
		
							
								
								
									
										12
									
								
								src/pl/tcl/mkMakefile.tcldefs.sh.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								src/pl/tcl/mkMakefile.tcldefs.sh.in
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
 | 
			
		||||
if [ -f @TCL_CONFIG_SH@ ]; then
 | 
			
		||||
    . @TCL_CONFIG_SH@
 | 
			
		||||
else
 | 
			
		||||
    echo "@TCL_CONFIG_SH@ not found"
 | 
			
		||||
    echo "I need this file! Please make a symbolic link to this file"
 | 
			
		||||
    echo "and start make again."
 | 
			
		||||
    exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
set | grep '^TCL' > Makefile.tcldefs
 | 
			
		||||
exit 0
 | 
			
		||||
		Reference in New Issue
	
	Block a user