* [Buildroot] [PATCH] Fix default skeleton path
@ 2010-07-19 6:25 Malte Starostik
2010-07-19 7:43 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Malte Starostik @ 2010-07-19 6:25 UTC (permalink / raw)
To: buildroot
Signed-off-by: Malte Starostik <m-starostik@versanet.de>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 744cae4..f6e02bc 100644
--- a/Makefile
+++ b/Makefile
@@ -271,7 +271,7 @@ STAMP_DIR:=$(BASE_DIR)/stamps
BINARIES_DIR:=$(BASE_DIR)/images
TARGET_DIR:=$(BASE_DIR)/target
TOOLCHAIN_DIR=$(BASE_DIR)/toolchain
-TARGET_SKELETON=$(BASE_DIR)/fs/skeleton
+TARGET_SKELETON=$(TOPDIR)/fs/skeleton
BR2_DEPENDS_DIR=$(BUILD_DIR)/buildroot-config
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] Fix default skeleton path
2010-07-19 6:25 [Buildroot] [PATCH] Fix default skeleton path Malte Starostik
@ 2010-07-19 7:43 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-07-19 7:43 UTC (permalink / raw)
To: buildroot
>>>>> "Malte" == Malte Starostik <m-starostik@versanet.de> writes:
Malte> Signed-off-by: Malte Starostik <m-starostik@versanet.de>
Malte> ---
Malte> Makefile | 2 +-
Malte> 1 files changed, 1 insertions(+), 1 deletions(-)
Malte> diff --git a/Makefile b/Makefile
Malte> index 744cae4..f6e02bc 100644
Malte> --- a/Makefile
Malte> +++ b/Makefile
Malte> @@ -271,7 +271,7 @@ STAMP_DIR:=$(BASE_DIR)/stamps
Malte> BINARIES_DIR:=$(BASE_DIR)/images
Malte> TARGET_DIR:=$(BASE_DIR)/target
Malte> TOOLCHAIN_DIR=$(BASE_DIR)/toolchain
Malte> -TARGET_SKELETON=$(BASE_DIR)/fs/skeleton
Malte> +TARGET_SKELETON=$(TOPDIR)/fs/skeleton
Committed, thanks!
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-19 7:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-19 6:25 [Buildroot] [PATCH] Fix default skeleton path Malte Starostik
2010-07-19 7:43 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox