[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: make install still expects _BB_DIR_FOO
From:       Denys Vlasenko <vda.linux () googlemail ! com>
Date:       2011-02-20 4:51:56
Message-ID: 201102200551.56368.vda.linux () googlemail ! com
[Download RAW message or body]

On Wednesday 16 February 2011 11:03, Bernd Jendrissek wrote:
> I'm way too new at playing with busybox to know with certainty if this
> is right.  I needed to make this patch to make 'make install' work.
> 
> >From 395c9a1193bdb6764e5dacd14a8402cd42c468a1 Mon Sep 17 00:00:00 2001
> From: Bernd Jendrissek <bernd.jendrissek@gmail.com>
> Date: Wed, 16 Feb 2011 04:27:14 +0200
> Subject: [PATCH] Sync prefix stripping with
> b9f2d9f7d9b4a9b6fbb6a28a8c0bcf8e0e3b1704.
> 
> ---
>  applets/busybox.mkll |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/applets/busybox.mkll b/applets/busybox.mkll
> index 6d61f7e..68dbf21 100755
> --- a/applets/busybox.mkll
> +++ b/applets/busybox.mkll
> @@ -14,7 +14,7 @@ CONFIG_H=${1:-include/autoconf.h}
>  APPLETS_H=${2:-include/applets.h}
>  $HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
>   awk '/^[ \t]*LINK/{
> -       dir=substr($2,8)
> +       dir=substr($2,7)
>        gsub("_","/",dir)
>        if(dir=="/ROOT") dir=""
>        file=$3

Applied, thanks!
-- 
vda
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic