All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4 of 4] sstrip: remove unneed explicit ccache dependency
Date: Fri, 02 Aug 2013 09:33:56 +0200	[thread overview]
Message-ID: <488616f386aa80c0f07e.1375428836@BEANTN0L019720> (raw)
In-Reply-To: <patchbomb.1375428832@BEANTN0L019720>

This ccache dependency was here to enforce the build order.
It is not needed anymore.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
package/sstrip/sstrip.mk | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/package/sstrip/sstrip.mk b/package/sstrip/sstrip.mk
--- a/package/sstrip/sstrip.mk
+++ b/package/sstrip/sstrip.mk
@@ -8,11 +8,6 @@ SSTRIP_SITE = svn://dev.openwrt.org/open
 SSTRIP_VERSION = 20154
 HOST_SSTRIP_BINARY = $(GNU_TARGET_NAME)-sstrip
 
-# This is a kludge to get host-ccache built before us or it fails
-ifeq ($(BR2_CCACHE),y)
-HOST_SSTRIP_DEPENDENCIES = host-ccache
-endif
-
 define SSTRIP_BUILD_CMDS
 	cd $(@D) ; \
 	$(TARGET_CC) $(TARGET_CFLAGS) -include endian.h -include byteswap.h \

      parent reply	other threads:[~2013-08-02  7:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-02  7:33 [Buildroot] [PATCH 0 of 4] ccache dependencies Thomas De Schampheleire
2013-08-02  7:33 ` [Buildroot] [PATCH 1 of 4] dependencies: build without ccache Thomas De Schampheleire
2013-08-02  7:33 ` [Buildroot] [PATCH 2 of 4] host-ccache: turn into a proper dependency Thomas De Schampheleire
2013-08-02  8:27   ` Samuel Martin
2013-08-02  8:45     ` Thomas De Schampheleire
2013-08-02  8:54       ` Samuel Martin
2013-08-07  9:28         ` Thomas De Schampheleire
2013-08-02  8:52     ` Thomas Petazzoni
2013-08-02  7:33 ` [Buildroot] [PATCH 3 of 4] crosstool-ng: remove unneed explicit ccache dependency Thomas De Schampheleire
2013-08-02  7:33 ` Thomas De Schampheleire [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=488616f386aa80c0f07e.1375428836@BEANTN0L019720 \
    --to=patrickdepinguin+buildroot@gmail.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.