OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERS
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/
publish.sh
19
VERS
=`cat $srcdir/VERSION`
21
echo "VERSIONS: $
VERS
$VERSW"
29
echo '***** '"COMPILING sqlite3-$
VERS
.bin..."
32
mv sqlite3 sqlite3-$
VERS
.bin
33
gzip sqlite3-$
VERS
.bin
34
chmod 644 sqlite3-$
VERS
.bin.gz
35
mv sqlite3-$
VERS
.bin.gz doc
49
mv tclsqlite3.so tclsqlite-$
VERS
.so
50
gzip tclsqlite-$
VERS
.so
51
mv tclsqlite-$
VERS
.so.gz do
[
all
...]
publish_osx.sh
19
VERS
=`cat $srcdir/VERSION`
21
echo "VERSIONS: $
VERS
$VERSW"
28
NAME=sqlite3-$
VERS
-osx-x86.bin
Makefile.vxworks
538
sed -e s/--
VERS
--/`cat ${TOP}/VERSION`/ \
/external/chromium_org/third_party/sqlite/src/tool/
mksqlite3h.tcl
18
# 3) Replaces the string --
VERS
-- with the current library version,
81
regsub -- --
VERS
-- $line $zVersion line
Completed in 270 milliseconds