projects
/
matrix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df146e
)
use "build-cache" as the default cache dir
author
Timo Savola
<tsavola@movial.fi>
Thu, 3 Apr 2008 15:16:49 +0000
(18:16 +0300)
committer
Timo Savola
<tsavola@movial.fi>
Thu, 3 Apr 2008 15:16:49 +0000
(18:16 +0300)
matrix/config.py
patch
|
blob
|
history
diff --git
a/matrix/config.py
b/matrix/config.py
index eb80f3e88404f3b94f9c99b6c106736d7f849b27..c78a187762d02103670569204be9a145829084a5 100644
(file)
--- a/
matrix/config.py
+++ b/
matrix/config.py
@@
-5,7
+5,7
@@
import os as __os
top_dir = __os.environ.get('MATRIX_TOPDIR', __os.getcwd())
-cache_dir = __os.path.join(top_dir, '
.mtxb
ld-cache')
+cache_dir = __os.path.join(top_dir, '
bui
ld-cache')
global_cache_dir = '/usr/share/matrix/build-cache'
boards = {}