projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c18a241
)
decrease verbosity of mklibs.py
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Aug 2009 02:37:59 +0000
(
02:37
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Aug 2009 02:37:59 +0000
(
02:37
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17174
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
362a63c
..
f6c08e1
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-37,7
+37,7
@@
ifdef CONFIG_USE_MKLIBS
file -r -N -F '' {} + | \
awk ' /shared object/ { print $$1 }' >> $(TMP_DIR)/mklibs-progs
mkdir -p $(TMP_DIR)/mklibs-out
- $(STAGING_DIR_HOST)/bin/mklibs.py -D
-v
\
+ $(STAGING_DIR_HOST)/bin/mklibs.py -D \
-d $(TMP_DIR)/mklibs-out \
--sysroot $(STAGING_DIR_ROOT) \
-L /lib \
This page took
0.0209 seconds
and
4
git commands to generate.