From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ncftp
Date: Wed, 23 May 2007 08:41:48 -0700 (PDT) [thread overview]
Message-ID: <20070523154148.EC64048081@busybox.net> (raw)
Author: jacmet
Date: 2007-05-23 08:41:48 -0700 (Wed, 23 May 2007)
New Revision: 18675
Log:
Strip binaries at install. Closes #1365
Modified:
trunk/buildroot/package/ncftp/ncftp.mk
Changeset:
Modified: trunk/buildroot/package/ncftp/ncftp.mk
===================================================================
--- trunk/buildroot/package/ncftp/ncftp.mk 2007-05-23 15:22:50 UTC (rev 18674)
+++ trunk/buildroot/package/ncftp/ncftp.mk 2007-05-23 15:41:48 UTC (rev 18675)
@@ -41,6 +41,7 @@
$(TARGET_DIR)/usr/bin/ncftp $(TARGET_DIR)/usr/bin/ncftp%: $(addprefix $(NCFTP_DIR)/bin/, $(NCFTP_TARGET_BINS))
$(INSTALL) -m 0755 $(NCFTP_DIR)/bin/$(notdir $@) $(TARGET_DIR)/usr/bin
+ $(STRIP) -s $@
ncftp: uclibc $(addprefix $(TARGET_DIR)/usr/bin/, $(NCFTP_TARGET_BINS))
next reply other threads:[~2007-05-23 15:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-23 15:41 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-10-19 16:25 [Buildroot] svn commit: trunk/buildroot/package/ncftp vanokuten at uclibc.org
2007-10-31 6:37 ulf at uclibc.org
2008-10-06 9:23 jacmet at uclibc.org
2009-01-25 8:18 ulf at uclibc.org
2009-01-25 14:28 ` Peter Korsgaard
2009-01-25 21:17 ` Ulf Samuelsson
2009-01-25 23:51 ulf at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070523154148.EC64048081@busybox.net \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox