[Buildroot] [PATCH 5/6] mark odd strip invocations
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Tue Oct 6 18:42:41 UTC 2009
On Tue, Oct 06, 2009 at 08:34:55PM +0200, Peter Korsgaard wrote:
>>>>>> "Bernhard" == Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> writes:
>
> Bernhard> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
> Bernhard> ---
> Bernhard> package/ntfs-3g/ntfs-3g.mk | 2 ++
> Bernhard> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> Bernhard> diff --git a/package/ntfs-3g/ntfs-3g.mk b/package/ntfs-3g/ntfs-3g.mk
> Bernhard> index efe15fa..c6894e4 100644
> Bernhard> --- a/package/ntfs-3g/ntfs-3g.mk
> Bernhard> +++ b/package/ntfs-3g/ntfs-3g.mk
> Bernhard> @@ -20,8 +20,10 @@ $(NTFS_3G_TARGET_INSTALL_TARGET): $(NTFS_3G_TARGET_INSTALL_STAGING)
>
> Bernhard> ifeq ($(BR2_ENABLE_DEBUG),)
> Bernhard> $(NTFS_3G_HOOK_POST_INSTALL): $(NTFS_3G_TARGET_INSTALL_TARGET)
> Bernhard> + # huh?
> Bernhard> $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/bin/ntfs-3g
> Bernhard> $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/bin/ntfs-3g.probe
> Bernhard> + # huhu? STRIP_STRIP_UNNEEDED
>
>Please just fix stuff instead of adding questions in comments.
People should be made aware of stuff like that. Did the .so work at all
if you stripped all (instead of only unneeded)?
More information about the buildroot
mailing list