mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Cleanup of pl files.
This commit is contained in:
parent
5524a85172
commit
db882f6a18
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
|
Loading…
Reference in New Issue
Block a user