summaryrefslogtreecommitdiffstats
path: root/package/valgrind
diff options
context:
space:
mode:
authorPeter Korsgaard2008-07-01 21:09:50 +0200
committerPeter Korsgaard2008-07-01 21:09:50 +0200
commit654d98a010f20a06de4367728a7005a7a23e6c34 (patch)
treebc36d9b40d87a0b3a3e4b61064011857dd314b20 /package/valgrind
parentbusybox: default to 1.11.x (diff)
downloadbuildroot-654d98a010f20a06de4367728a7005a7a23e6c34.tar.gz
buildroot-654d98a010f20a06de4367728a7005a7a23e6c34.tar.xz
buildroot-654d98a010f20a06de4367728a7005a7a23e6c34.zip
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.
Diffstat (limited to 'package/valgrind')
-rw-r--r--package/valgrind/valgrind.mk5
1 files changed, 0 insertions, 5 deletions
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