mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Latest upstream teaish pieces for minor fixes. Restructure this copy of teaish to simplify maintenance and the autoconf bundle build.
FossilOrigin-Name: 2b8d9b75ec5fe96cb5d06a3464fd4eb9a53018b7b548fedcd6cdbc46cdb55bdc
This commit is contained in:
@ -63,7 +63,7 @@ cp $TOP/main.mk $TMPSPACE
|
||||
cd $TMPSPACE
|
||||
|
||||
# Clean up emacs-generated backup files from the target
|
||||
rm -f ./autosetup/*~
|
||||
rm -f ./autosetup/*~ ./autosetup/teaish/*~
|
||||
rm -f ./*~
|
||||
|
||||
#if true; then
|
||||
@ -73,10 +73,6 @@ rm -f ./*~
|
||||
# find . -name '*~' -exec rm \{} \;
|
||||
#fi
|
||||
|
||||
mkdir -p autosetup/teaish
|
||||
mv tea/autosetup/*.tcl autosetup/teaish/.
|
||||
rm -fr tea/autosetup
|
||||
|
||||
mkdir -p tea/generic
|
||||
cat <<EOF > tea/generic/tclsqlite3.c
|
||||
#ifdef USE_SYSTEM_SQLITE
|
||||
|
Reference in New Issue
Block a user