From c2ae14bfcb10ddc33e9cbe52f4511b33b0c06c0b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 26 Jul 2004 05:57:21 +0000 Subject: =?UTF-8?q?Move=20the=20default=20set=20of=20the=20CACHE=20variabl?= =?UTF-8?q?e=20into=20oe.conf,=20and=20change=20the=20default=20cache=20lo?= =?UTF-8?q?cation=20to=20be=20relative=20to=C2=BB=20TMPDIR,=20since=20its?= =?UTF-8?q?=20bound=20to=20a=20specific=20build.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BKrev: 41049d41DZ788e35VTVv5LWsvvX7Tg --- conf/oe.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/oe.conf') 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 ### -- cgit v1.2.3