summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-08 02:37:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-08 02:37:59 +0000
commit717a6344d4a58be6adf961eb6ed3d95a614103d1 (patch)
treeaf9f33b6b1c54829e877b23d4a591a330db8b078 /package/Makefile
parentb1a2f4b2b83a77e98c5e994403b98607efb5ccb8 (diff)
downloadmtk-20170518-717a6344d4a58be6adf961eb6ed3d95a614103d1.zip
mtk-20170518-717a6344d4a58be6adf961eb6ed3d95a614103d1.tar.gz
mtk-20170518-717a6344d4a58be6adf961eb6ed3d95a614103d1.tar.bz2
decrease verbosity of mklibs.py
SVN-Revision: 17174
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 362a63c..f6c08e1 100644
--- 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 \