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 /build/bmakesnapshot | |
parent | 55dd2a721ec7dfb0966c1e93536096984d78e2e5 (diff) | |
download | plus-ebf1cc07c1c48ebb56a719641442f0c1f7e2af4a.tar.gz plus-ebf1cc07c1c48ebb56a719641442f0c1f7e2af4a.tar.bz2 plus-ebf1cc07c1c48ebb56a719641442f0c1f7e2af4a.tar.xz plus-ebf1cc07c1c48ebb56a719641442f0c1f7e2af4a.zip |
Small changes in build scripts.
Diffstat (limited to 'build/bmakesnapshot')
-rwxr-xr-x | build/bmakesnapshot | 2 |
1 files changed, 1 insertions, 1 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 |