[Buildroot] [PATCH 17/19] package: fix install without strip

Lionel Landwerlin llandwerlin at gmail.com
Sat Jan 30 17:41:31 UTC 2010


Le jeudi 28 janvier 2010 à 22:58 +0100, Peter Korsgaard a écrit :
> >>>>> "llandwerlin" == llandwerlin  <llandwerlin at gmail.com> writes:
> 
> Hi,
> 
> Please provide a bit more description - What does it exactly fix? I
> would rathr think we should use install-exec everywhere as we now do
> strip in the toplevel target-finalize target.
> 
>  llandwerlin>  ifeq ($(BR2_ENABLE_DEBUG),y)
>  llandwerlin> -$(2)_INSTALL_TARGET_OPT		?= DESTDIR=$$(TARGET_DIR)  install-exec
>  llandwerlin> +$(2)_INSTALL_TARGET_OPT		?= DESTDIR=$$(TARGET_DIR)  install-strip
>  llandwerlin>  else
>  llandwerlin>  $(2)_INSTALL_TARGET_OPT		?= DESTDIR=$$(TARGET_DIR)  install-strip
>  llandwerlin>  endif
> 

A little discusion about this issue :
http://lists.busybox.net/pipermail/buildroot/2010-January/031602.html

Libraries plugins aren't installed with install-exec (directfb for
example). Maybe it's an issue from the packages...

Regards,

-- 
Lionel Landwerlin




More information about the buildroot mailing list