Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
To: openembedded-core@lists.openembedded.org
Cc: wenzong.fan-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org
Subject: Re: [PATCH 1/1] ccache: allow CCACHE_DIR to be overriden
Date: Wed, 31 Jul 2013 12:05:14 +0200	[thread overview]
Message-ID: <ly38qvnixx.fsf@ensc-virt.intern.sigma-chemnitz.de> (raw)
In-Reply-To: <e44d86edd598d06c444ea5cde10b50a1cd1727e3.1374823720.git.wenzong.fan@windriver.com> (wenzong's message of "Fri, 26 Jul 2013 03:35:55 -0400")

<wenzong.fan-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org> writes:

> Use weaker assignment for CCACHE_DIR to allow users to override it
> if desired.
>
> -export CCACHE_DIR = "${TMPDIR}/ccache/${MULTIMACH_HOST_SYS}/${PN}"
> +export CCACHE_DIR ?= "${TMPDIR}/ccache/${MULTIMACH_HOST_SYS}/${PN}"

This can be a dangerous change and probably does not have the intended
effect ((project) global ccache dir) due to

| do_clean[cleandirs] += "${CCACHE_DIR}"


imo, this class should be removed completely (${PN} local ccache dirs do
not make any sense) and the only useful part

| CCACHE_DISABLE[unexport] = "1"

should be solved by http://patchwork.openembedded.org/patch/32787/



Enrico


      reply	other threads:[~2013-07-31 10:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-26  7:35 [PATCH 0/1] ccache: allow CCACHE_DIR to be overriden wenzong.fan
2013-07-26  7:35 ` [PATCH 1/1] " wenzong.fan
2013-07-31 10:05   ` Enrico Scholz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ly38qvnixx.fsf@ensc-virt.intern.sigma-chemnitz.de \
    --to=enrico.scholz@sigma-chemnitz.de \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=wenzong.fan-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox