]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
valgrind: don't remove TARGET_DIR/usr/lib/pkgconfig
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jul 2008 19:09:50 +0000 (19:09 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jul 2008 19:09:50 +0000 (19:09 -0000)
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

index a48c770bcc24523f8f9c8bb038b755b382b5eb64..07af110d5e1fc9782da275ec992ddfc81c81ed75 100644 (file)
@@ -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