summaryrefslogtreecommitdiffstats
path: root/package/gettext
diff options
context:
space:
mode:
authorMalte Starostik <m-starostik@versanet.de>2010-07-24 13:21:25 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-30 10:45:00 +0200
commitbea9e43fe7d0adbcd472fb8b5f56aba5e2004f80 (patch)
tree4adc93823fd5b305121ddbb801060512eb4d6c9b /package/gettext
parente41dbc75f969aeb219ca81d590354946203ee1c0 (diff)
downloadbuildroot-novena-bea9e43fe7d0adbcd472fb8b5f56aba5e2004f80.tar.gz
buildroot-novena-bea9e43fe7d0adbcd472fb8b5f56aba5e2004f80.zip
Globally remove aclocal directories from target
* Remove $(TARGET_DIR)/usr/share/aclocal from target-finalize when not installing devfiles and * Remove some (now) redundant cleanup from individual packages Signed-off-by: Malte Starostik <m-starostik@versanet.de> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gettext')
-rw-r--r--package/gettext/gettext.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk
index 80215c894..2b308c84a 100644
--- a/package/gettext/gettext.mk
+++ b/package/gettext/gettext.mk
@@ -135,8 +135,6 @@ gettext-dirclean:
gettext-target: $(GETTEXT_DIR)/$(GETTEXT_BINARY)
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(GETTEXT_DIR) install
chmod +x $(TARGET_DIR)/usr/lib/libintl.so* # identify as needing to be stripped
- rm -rf $(addprefix $(TARGET_DIR),/usr/share/aclocal /usr/include/libintl.h)
- rmdir --ignore-fail-on-non-empty $(TARGET_DIR)/usr/include
$(TARGET_DIR)/usr/lib/libintl.so: $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
cp -dpf $(STAGING_DIR)/usr/lib/libgettext*.so* \