"libgpg-error: " as subject prefix.

On Fri, Sep 10, 2021 at 11:05:23AM +0200, Christian Melki wrote:
> libgpg-error, historically being rather cross-compile unfriendly,
> has gotten better in the later releases.

Please mention here that the header is now generated at configure time to
explain why this stuff is no longer needed.

> Also, this type of triplet handling is broken for triplets without
> vendor and various other cases.
> This creates more problems than it solves. Remove.

You're Signed-off-by is missing. This also applied to your other patches.

Michael

> ---
>  rules/libgpg-error.make | 13 -------------
>  1 file changed, 13 deletions(-)
> 
> diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make
> index 194cd21db..c04d02210 100644
> --- a/rules/libgpg-error.make
> +++ b/rules/libgpg-error.make
> @@ -30,10 +30,6 @@ LIBGPG_ERROR_LICENSE_FILES := \
>       file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
>       file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1
>  
> -# Use '=' to delay $(shell ...) calls until this is needed
> -LIBGPG_ERROR_TARGET   = $(patsubst %-gnueabihf,%-gnueabi,$(patsubst 
> i%86-unknown-linux-gnu,i686-unknown-linux-gnu,$(shell 
> target=$(PTXCONF_GNU_TARGET); echo $${target/-*-linux/-unknown-linux})))
> -LIBGPG_ERROR_TARGET_PTX      := $(call remove_quotes, $(PTXCONF_GNU_TARGET))
> -
>  # 
> ----------------------------------------------------------------------------
>  # Prepare
>  # 
> ----------------------------------------------------------------------------
> @@ -55,15 +51,6 @@ LIBGPG_ERROR_CONF_OPT      := \
>       --disable-doc \
>       --disable-tests
>  
> -$(STATEDIR)/libgpg-error.prepare:
> -     @$(call targetinfo)
> -     @if [ ! -e 
> $(LIBGPG_ERROR_DIR)/src/syscfg/lock-obj-pub.$(LIBGPG_ERROR_TARGET_PTX).h ]; 
> then \
> -             cp -v 
> $(LIBGPG_ERROR_DIR)/src/syscfg/lock-obj-pub.$(LIBGPG_ERROR_TARGET).h \
> -                     
> $(LIBGPG_ERROR_DIR)/src/syscfg/lock-obj-pub.$(LIBGPG_ERROR_TARGET_PTX).h; \
> -     fi
> -     @$(call world/prepare, LIBGPG_ERROR)
> -     @$(call touch)
> -
>  # 
> ----------------------------------------------------------------------------
>  # Target-Install
>  # 
> ----------------------------------------------------------------------------
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> [email protected]
> To unsubscribe, send a mail with subject "unsubscribe" to 
> [email protected]
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to