projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395e248
)
disable sstrip, causes problems
author
Mike Baker
<mbm@openwrt.org>
Fri, 20 Aug 2004 06:27:28 +0000
(06:27 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 20 Aug 2004 06:27:28 +0000
(06:27 +0000)
SVN-Revision: 142
obsolete-buildroot/make/openwrt.mk
patch
|
blob
|
history
diff --git
a/obsolete-buildroot/make/openwrt.mk
b/obsolete-buildroot/make/openwrt.mk
index c7bb8fc03f302adf6799c9dde0a9dc1de9162e9f..b8c2c9636e7ee018616f62d0ce5599089bb67d49 100644
(file)
--- a/
obsolete-buildroot/make/openwrt.mk
+++ b/
obsolete-buildroot/make/openwrt.mk
@@
-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*