From 654d98a010f20a06de4367728a7005a7a23e6c34 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 1 Jul 2008 19:09:50 +0000 Subject: valgrind: don't remove TARGET_DIR/usr/lib/pkgconfig There's no need for removing the pkgconfig files in valgrind.mk as that is now handled by the generic BR2_HAVE_DEVFILES. --- package/valgrind/valgrind.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package/valgrind') diff --git a/package/valgrind/valgrind.mk b/package/valgrind/valgrind.mk index a48c770bc..07af110d5 100644 --- a/package/valgrind/valgrind.mk +++ b/package/valgrind/valgrind.mk @@ -64,11 +64,6 @@ $(TARGET_DIR)/usr/bin/valgrind: $(VALGRIND_DIR)/coregrind/valgrind cp package/valgrind/valgrind.sh $(TARGET_DIR)/usr/bin/valgrind chmod a+x $(TARGET_DIR)/usr/bin/valgrind rm -rf $(TARGET_DIR)/usr/share/doc/valgrind - rm -rf $(TARGET_DIR)/usr/lib/pkgconfig - #mkdir -p $(TARGET_DIR)/etc/default - #cp $(VALGRIND_DIR)/valgrind.default $(TARGET_DIR)/etc/default/valgrind - #mkdir -p $(TARGET_DIR)/usr/lib/valgrind - #cp $(VALGRIND_DIR)/woody.supp $(TARGET_DIR)/usr/lib/valgrind/ touch -c $@ valgrind: $(TARGET_DIR)/usr/bin/valgrind -- cgit v1.2.3-55-g7522