Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] busybox: fix missing dependencies in unpacked and config rules
@ 2008-07-29  9:16 Hans-Christian Egtvedt
  2008-08-06 12:57 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Hans-Christian Egtvedt @ 2008-07-29  9:16 UTC (permalink / raw)
  To: buildroot

This patch adds depedency to host-sed and $(PROJECT_BUILD_DIR) when running
make busybox-config and busybox-unpacked.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
---
 package/busybox/busybox.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index c616e45..969502b 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -127,9 +127,9 @@ busybox: uclibc $(TARGET_DIR)/bin/busybox
 
 busybox-source: $(DL_DIR)/$(BUSYBOX_SOURCE)
 
-busybox-unpacked: $(BUSYBOX_DIR)/.unpacked
+busybox-unpacked: host-sed $(PROJECT_BUILD_DIR) $(BUSYBOX_DIR)/.unpacked
 
-busybox-config: $(BUSYBOX_DIR)/.configured
+busybox-config: host-sed $(PROJECT_BUILD_DIR) $(BUSYBOX_DIR)/.configured
 
 busybox-menuconfig: host-sed $(PROJECT_BUILD_DIR) busybox-source $(BUSYBOX_DIR)/.configured
 	$(MAKE) __TARGET_ARCH=$(ARCH) -C $(BUSYBOX_DIR) menuconfig
-- 
1.5.4.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-09-25 10:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-29  9:16 [Buildroot] [PATCH 1/1] busybox: fix missing dependencies in unpacked and config rules Hans-Christian Egtvedt
2008-08-06 12:57 ` Peter Korsgaard
2008-08-06 13:27   ` Bernhard Fischer
     [not found]   ` <7F3102E19F8147C3A4922F613D734799@aeglos>
2008-09-25 10:55     ` [Buildroot] [PATCH 1/1] busybox: fix missing dependencies inunpacked " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox