diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-18 03:23:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-18 03:23:59 +0300 |
commit | b0906cbb3e852db03eaa3203553e4c2dfcee7e42 (patch) | |
tree | 637f6e78ed08e5a043c4399265ffe806ffb7f15e /build/clmake | |
parent | c652b5b89d22a532f80de4a3eff96a336f90d58b (diff) | |
download | mv-b0906cbb3e852db03eaa3203553e4c2dfcee7e42.tar.gz mv-b0906cbb3e852db03eaa3203553e4c2dfcee7e42.tar.bz2 mv-b0906cbb3e852db03eaa3203553e4c2dfcee7e42.tar.xz mv-b0906cbb3e852db03eaa3203553e4c2dfcee7e42.zip |
Remove from git test scripts.
Diffstat (limited to 'build/clmake')
-rwxr-xr-x | build/clmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/build/clmake b/build/clmake deleted file mode 100755 index 3817e6b89..000000000 --- a/build/clmake +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -cd .. - -dir=`pwd` - -export LANG=C -export CC=clang -export CXX=clang++ - -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man - -make -j5 2>build/logs/clang.txt |