All of lore.kernel.org
 help / color / mirror / Atom feed
From: sjhill at uclibc.org <sjhill@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/gettext
Date: Mon, 15 Jan 2007 17:29:39 -0800 (PST)	[thread overview]
Message-ID: <20070116012939.EF80D48582@busybox.net> (raw)

Author: sjhill
Date: 2007-01-15 17:29:38 -0800 (Mon, 15 Jan 2007)
New Revision: 17322

Log:
Remove all of the binaries except for the one used for the target even though it is a MIPS binary and cannot be used. This package is still crap.


Modified:
   trunk/buildroot/package/gettext/gettext.mk


Changeset:
Modified: trunk/buildroot/package/gettext/gettext.mk
===================================================================
--- trunk/buildroot/package/gettext/gettext.mk	2007-01-16 00:33:24 UTC (rev 17321)
+++ trunk/buildroot/package/gettext/gettext.mk	2007-01-16 01:29:38 UTC (rev 17322)
@@ -111,6 +111,9 @@
 	$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" $(STAGING_DIR)/lib/libgettextpo.la
 	$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" $(STAGING_DIR)/lib/libgettextsrc.la
 	$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" $(STAGING_DIR)/lib/libintl.la
+	rm -f $(STAGING_DIR)/bin/autopoint $(STAGING_DIR)/bin/envsubst
+	rm -f $(STAGING_DIR)/bin/gettext.sh $(STAGING_DIR)/bin/gettextize
+	rm -f $(STAGING_DIR)/bin/msg* $(STAGING_DIR)/bin/?gettext
 	touch -c $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
 
 gettext: uclibc pkgconfig $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
@@ -130,7 +133,7 @@
 
 gettext-target: $(GETTEXT_DIR)/$(GETTEXT_BINARY)
 	$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GETTEXT_DIR) install
-	chmod +x $(TARGET_DIR)/lib/libintl.so.3.4.3 # identify as needing to be stipped
+	chmod +x $(TARGET_DIR)/lib/libintl.so.3.4.3 # identify as needing to be stripped
 	rm -rf  $(TARGET_DIR)/usr/info \
 		$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc \
 		$(TARGET_DIR)/usr/doc $(TARGET_DIR)/usr/share/aclocal \

             reply	other threads:[~2007-01-16  1:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-16  1:29 sjhill at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-10-27  9:45 [Buildroot] svn commit: trunk/buildroot/package/gettext jacmet at uclibc.org
2008-07-23 10:35 jacmet at uclibc.org
2008-07-23 13:42 ` Hamish Moffatt
2008-07-23 14:23   ` Bernhard Fischer
2008-07-26  7:28     ` Ulf Samuelsson
2007-09-05  6:50 ulf at uclibc.org
2007-08-12 23:36 ulf at uclibc.org
2007-07-27  7:29 ulf at uclibc.org
2007-07-23  8:35 ulf at uclibc.org
2007-07-16 10:00 ulf at uclibc.org
2007-07-08 18:58 aldot at uclibc.org
2007-06-20 12:10 aldot at uclibc.org
2007-01-15 21:28 andersen at uclibc.org
2007-01-14  3:09 sjhill at uclibc.org
2007-01-10 10:30 andersen at uclibc.org
2007-01-10  6:05 andersen at uclibc.org
2006-07-19 17:06 vapier

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=20070116012939.EF80D48582@busybox.net \
    --to=sjhill@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.