summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-17 08:22:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-17 08:22:08 +0200
commitd02bc58ef7a1c02b32c0040d8f04236110970bd8 (patch)
tree527d4e1eca46383736ca933d3c7d6da1c6b7e0c9
parente81f99975a5ddca74ff85bd93c9786317fc0597c (diff)
Disable distribution checking in libcutl to speed things up2.1.0
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index 89fbedf..386d35f 100755
--- a/dist.sh
+++ b/dist.sh
@@ -228,7 +228,7 @@ mkdir -p $out_root/pack
if [ $complete = y ]; then
cd $src_root/../cutl
./dist.sh -cc "$ccp" -cxx "$cxxp" -cxxflags "$cxxpflags" \
--out "$out_root/libcutl"
+-out "$out_root/libcutl" -no-check
cd $wd
fi