mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	add missing files
This commit is contained in:
		
							
								
								
									
										16
									
								
								src/interfaces/libpgtcl/mkMakefile.tcldefs.sh.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								src/interfaces/libpgtcl/mkMakefile.tcldefs.sh.in
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
|  | ||||
| if [ ! -f @TCL_CONFIG_SH@ ]; then | ||||
|     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 | ||||
|  | ||||
| cat @TCL_CONFIG_SH@ | | ||||
|     egrep '^TCL_' | | ||||
|     while read inp | ||||
|     do | ||||
| 	    eval eval echo $inp | ||||
|     done >Makefile.tcldefs | ||||
|  | ||||
| exit 0 | ||||
							
								
								
									
										18
									
								
								src/interfaces/libpgtcl/mkMakefile.tkdefs.sh.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								src/interfaces/libpgtcl/mkMakefile.tkdefs.sh.in
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
|  | ||||
| if [ ! -f @TK_CONFIG_SH@ ]; then | ||||
|     echo "@TK_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 | ||||
|  | ||||
| . @TK_CONFIG_SH@ | ||||
|  | ||||
| cat @TK_CONFIG_SH@ | | ||||
|     egrep '^TK_' | | ||||
|     while read inp | ||||
|     do | ||||
| 	    eval eval echo $inp | ||||
|     done >Makefile.tkdefs | ||||
|  | ||||
| exit 0 | ||||
		Reference in New Issue
	
	Block a user