summaryrefslogtreecommitdiff
path: root/conf/oe.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-26 05:57:21 +0000
committerChris Larson <clarson@kergoth.com>2004-07-26 05:57:21 +0000
commitc2ae14bfcb10ddc33e9cbe52f4511b33b0c06c0b (patch)
tree9f9b24f48f33dbaa7994c7cc308753ffed321429 /conf/oe.conf
parent0b55ce2513b7c42eae051c885bb8b7b9d9b15c51 (diff)
Move the default set of the CACHE variable into oe.conf, and change the
default cache location to be relative to» TMPDIR, since its bound to a specific build. BKrev: 41049d41DZ788e35VTVv5LWsvvX7Tg
Diffstat (limited to 'conf/oe.conf')
-rw-r--r--conf/oe.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/oe.conf b/conf/oe.conf
index 51042f47d0..f30a3dfa5b 100644
--- a/conf/oe.conf
+++ b/conf/oe.conf
@@ -48,6 +48,8 @@ DATETIME = "${DATE}${TIME}"
# Defaults to today.
CVSDATE = "${DATE}"
+CACHE = "${TMPDIR}/cache"
+
###
### Package default variables
###