From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Reutner-Fischer Date: Tue, 6 Oct 2009 20:42:41 +0200 Subject: [Buildroot] [PATCH 5/6] mark odd strip invocations In-Reply-To: <87eipg2wxc.fsf@macbook.be.48ers.dk> References: <1a6b4f990a536bfd23ae1e57a2cd11527761f8ec.1254853146.git.rep.dot.nop@gmail.com> <4a5a0f10dbaecfd7b024c0cf1e90fd68a6730eac.1254853146.git.rep.dot.nop@gmail.com> <6fe0ac8fa1f42152f604ca708aff08b8f119073a.1254853146.git.rep.dot.nop@gmail.com> <582a63d745311a980a8700a2a0ec17c3ae0f5ca9.1254853146.git.rep.dot.nop@gmail.com> <5959e530273437a31071499009cecc7a7e9ab461.1254853146.git.rep.dot.nop@gmail.com> <87eipg2wxc.fsf@macbook.be.48ers.dk> Message-ID: <20091006184241.GB10261@mx.loc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Tue, Oct 06, 2009 at 08:34:55PM +0200, Peter Korsgaard wrote: >>>>>> "Bernhard" == Bernhard Reutner-Fischer writes: > > Bernhard> Signed-off-by: Bernhard Reutner-Fischer > 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)?