[Buildroot] [PATCH] Fix default skeleton path

Peter Korsgaard jacmet at uclibc.org
Mon Jul 19 07:43:08 UTC 2010


>>>>> "Malte" == Malte Starostik <m-starostik at versanet.de> writes:

 Malte> Signed-off-by: Malte Starostik <m-starostik at 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


More information about the buildroot mailing list