disable sstrip, causes problems
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Aug 2004 06:27:28 +0000 (06:27 +0000)
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Aug 2004 06:27:28 +0000 (06:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@142 3c298f89-4303-0410-b956-a3cf2f4a3e73

obsolete-buildroot/make/openwrt.mk

index c7bb8fc..b8c2c96 100644 (file)
@@ -203,7 +203,7 @@ openwrt-rootprep:
 ######################################################################
 
 openwrt-prune: $(STAGING_DIR)/bin/sstrip openwrt-base
-       -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STAGING_DIR)/bin/sstrip 2>/dev/null || true;
+#      -find $(TARGET_DIR) -type f -perm +111 -exec $(STAGING_DIR)/bin/sstrip {} \;
        # remove unneeded uClibc libs
        rm -rf $(TARGET_DIR)/lib/libthread_db*
        rm -rf $(TARGET_DIR)/lib/libpthread*
This page took 0.023353 seconds and 4 git commands to generate.