From bea9e43fe7d0adbcd472fb8b5f56aba5e2004f80 Mon Sep 17 00:00:00 2001 From: Malte Starostik Date: Sat, 24 Jul 2010 13:21:25 +0200 Subject: 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 Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/gettext/gettext.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/gettext') 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* \ -- cgit v1.2.3