summaryrefslogtreecommitdiff
path: root/package/gettext
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-16 01:29:38 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-16 01:29:38 +0000
commit0105ad9699e291d1203f204c3270d372e60602f8 (patch)
tree31cd4c5142ea3fecddd4e41cfcd49b7a31f74b53 /package/gettext
parentfb5219f7dccd05a523321f842f216bd6b19c4fa6 (diff)
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.
Diffstat (limited to 'package/gettext')
-rw-r--r--package/gettext/gettext.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk
index 7a7340c3b..c9b6fb922 100644
--- a/package/gettext/gettext.mk
+++ b/package/gettext/gettext.mk
@@ -111,6 +111,9 @@ $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY): $(GETTEXT_DIR)/$(GETTEXT_BINARY)
$(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-dirclean:
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 \