Am 25.04.2014 21:17, schrieb Helmut Grohne:
> Package: src:binutils
> Version: 2.24.51.20140411-2
> Severity: wishlist
> Tags: patch
> User: helm...@debian.org
> Usertags: rebootstrap
> 
> While trying to work on binutils I got severely confused by its
> debian/rules. This is why I start out with this patch, that (to the best
> of my knowledge) aims to improve the situation in the following ways:
> 
>  * Some places use "usr" and others use "$(PF)". Thus changing the PF
>    variable does no longer work. The patch restores $(PF) to working
>    order. If that variable is no longer useful, then maybe using its
>    only working value "usr" in all places is a better solution.
>  
>  * If $(TARGET) is non-empty, it contains what should be called
>    DEB_TARGET_GNU_TYPE. I therefore introduce this new variable for both
>    native and cross builds. All places that really want to know the
>    target gnu type now use DEB_TARGET_GNU_TYPE. There are two kinds of
>    variables being converted:
>     + TARGET when it is not used to branch on being non-empty
>     + DEB_HOST_GNU_TYPE when it DEB_TARGET_GNU_TYPE was meant

the use of target for the native build doesn't make sense. just try to configure
the native build with --target=. so this should not be used outside the rules to
build the cross package.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to