summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/bmakesnapshot2
-rwxr-xr-xbuild/clmake3
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