From: Roland Hieber <r.hieber@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <r.hieber@pengutronix.de>
Subject: [ptxdist] [PATCH] fixup! jimtcl: new package
Date: Thu, 4 Oct 2018 12:54:38 +0200 [thread overview]
Message-ID: <20181004105438.21135-1-r.hieber@pengutronix.de> (raw)
In-Reply-To: <20181004100026.GA7203@lenoch>
Hi ladis,
Sorry for the delay on my side. The ccache issue was still bugging me,
but it turned out we just have to set CCACHE=none to prevent autosetup
from using it even when it is disabled in ptxdist setup.
With this patch the other errors I reported in PATCH v1 series are gone
too. Feel free to squash it into your series :-)
- Roland
---
rules/host-jimtcl.make | 5 ++++-
rules/jimtcl.make | 2 ++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/rules/host-jimtcl.make b/rules/host-jimtcl.make
index 86483f394..b12943fc2 100644
--- a/rules/host-jimtcl.make
+++ b/rules/host-jimtcl.make
@@ -25,8 +25,11 @@ HOST_JIMTCL_DIR := $(HOST_BUILDDIR)/$(HOST_JIMTCL)
#
# Package is not using autoconf but autosetup which is enough compatible...
+# We set CCACHE=none because ptxdist injects ccache into $(CC) etc. when enabled
#
-HOST_JIMTCL_CONF_ENV := $(HOST_ENV)
+HOST_JIMTCL_CONF_ENV := \
+ $(HOST_ENV) \
+ CCACHE=none
HOST_JIMTCL_CONF_TOOL := autoconf
HOST_JIMTCL_CONF_OPT := \
--prefix=/usr \
diff --git a/rules/jimtcl.make b/rules/jimtcl.make
index b7d0217ea..cabfede4a 100644
--- a/rules/jimtcl.make
+++ b/rules/jimtcl.make
@@ -31,10 +31,12 @@ JIMTCL_LICENSE := BSD-2-Clause
#
# Package is not using autoconf but autosetup which is enough compatible...
+# We set CCACHE=none because ptxdist injects ccache into $(CC) etc. when enabled
#
JIMTCL_CONF_TOOL := autoconf
JIMTCL_CONF_ENV := \
$(CROSS_ENV) \
+ CCACHE=none \
autosetup_tclsh=$(PTXCONF_SYSROOT_HOST)/usr/bin/jimsh
JIMTCL_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--
2.19.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2018-10-04 10:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-19 8:38 [ptxdist] [PATCH v3] " Ladislav Michl
2018-10-04 10:00 ` Ladislav Michl
2018-10-04 10:54 ` Roland Hieber [this message]
2018-10-04 18:15 ` [ptxdist] [PATCH] fixup! " Ladislav Michl
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=20181004105438.21135-1-r.hieber@pengutronix.de \
--to=r.hieber@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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