]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
keep sqlite dir for tarball
authorElan Ruusamäe <glen@delfi.ee>
Sat, 4 May 2013 16:20:41 +0000 (19:20 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 4 May 2013 16:20:41 +0000 (19:20 +0300)
clean-source.sh
get-source.sh

index b2fc1cf3deb76f28b79f54b7ccc6d417617e8433..44828c91e92b7256e535cb61959ed43ec1b9f847 100755 (executable)
@@ -588,7 +588,9 @@ clean_third_party() {
                \! -path 'third_party/sfntly/*' \
                \! -path 'third_party/skia/*' \
                \! -path 'third_party/smhasher/*' \
-               \! -path 'third_party/sqlite/*' \
+               \! -path 'third_party/sqlite/amalgamation/*' \
+               \! -path 'third_party/sqlite/sqlite3.h' \
+               \! -path 'third_party/sqlite/src/ext/*' \
                \! -path 'third_party/tcmalloc/*' \
                \! -path 'third_party/trace-viewer/*' \
                \! -path 'third_party/undoview/*' \
index c73729aca662466f0b4606295cc0f303f6b28f14..ff34eebfa31e188357273fb5d7c207acf46c1ec6 100755 (executable)
@@ -62,7 +62,7 @@ set -x
        awk '/^#define/ && /(MAJOR|MINOR)_VERSION|BUILD_NUMBER|PATCH_LEVEL/ { printf("%s=%s\n", $2, $3) }' v8/src/version.cc | tee -a v8.sh
 
        if [ "$CHANNEL" != "dev" ]; then
-               sh -x $WORK_DIR/clean-source.sh emptydirs=1 v8=0 mesa=0
+               sh -x $WORK_DIR/clean-source.sh emptydirs=1 v8=0 mesa=0 sqlite=0
        fi
 
        # do not keep REMOVED*.txt in tarball. they are visible in .log anyway
This page took 0.043245 seconds and 4 git commands to generate.