diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-12 19:34:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-12 19:34:22 +0300 |
commit | ebf1cc07c1c48ebb56a719641442f0c1f7e2af4a (patch) | |
tree | c7111a5e333639b715190a63546eca284da98843 | |
parent | 55dd2a721ec7dfb0966c1e93536096984d78e2e5 (diff) | |
download | plus-ebf1cc07c1c48ebb56a719641442f0c1f7e2af4a.tar.gz plus-ebf1cc07c1c48ebb56a719641442f0c1f7e2af4a.tar.bz2 plus-ebf1cc07c1c48ebb56a719641442f0c1f7e2af4a.tar.xz plus-ebf1cc07c1c48ebb56a719641442f0c1f7e2af4a.zip |
Small changes in build scripts.
-rwxr-xr-x | build/bmakesnapshot | 2 | ||||
-rwxr-xr-x | build/clmake | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/build/bmakesnapshot b/build/bmakesnapshot index 89f465251..b13b31bfa 100755 --- a/build/bmakesnapshot +++ b/build/bmakesnapshot @@ -37,7 +37,7 @@ autoreconf -i cd po #make -j5 update-po 2>../build/make1.log -make -j5 update-gmo 2>../build/make1.log +make -j5 update-gmo 2>../build/logs/gcc47.txt cd .. make -j5 2>build/make2.log diff --git a/build/clmake b/build/clmake index a290af529..3817e6b89 100755 --- a/build/clmake +++ b/build/clmake @@ -13,5 +13,4 @@ export CXX=clang++ --bindir=$dir/run/bin \ --mandir=$dir/run/share/man -make -j5 2>build/make2.log - +make -j5 2>build/logs/clang.txt |