From e48a72e5e958ca8227c04a3ee1e47cac2037a56e Mon Sep 17 00:00:00 2001 From: Malte Starostik Date: Sat, 24 Jul 2010 21:29:56 +0200 Subject: Remove gdb plugins from target * Don't install gdb plugins unless BR2_TARGET_GDB is set Signed-off-by: Malte Starostik Signed-off-by: Peter Korsgaard --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f130325a4..291badf61 100644 --- a/Makefile +++ b/Makefile @@ -388,6 +388,9 @@ else find $(TARGET_DIR)/lib \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find $(TARGET_DIR)/usr/lib \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f endif +ifneq ($(BR2_PACKAGE_GDB),y) + rm -rf $(TARGET_DIR)/usr/share/gdb +endif ifneq ($(BR2_HAVE_DOCUMENTATION),y) rm -rf $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/man rm -rf $(TARGET_DIR)/usr/info $(TARGET_DIR)/usr/share/info -- cgit v1.2.3