aboutsummaryrefslogtreecommitdiffstats
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
commitebf64f2c5cc9e6618443250814d5b533682f3d67 (patch)
tree5afbf8704bbd8cca419b472b48b6b88c3898aa15 /package/Makefile
parentedf9cf7699fae480bfc1a0d65ee5331425939ab4 (diff)
downloadmaster-187ad058-ebf64f2c5cc9e6618443250814d5b533682f3d67.tar.gz
master-187ad058-ebf64f2c5cc9e6618443250814d5b533682f3d67.tar.bz2
master-187ad058-ebf64f2c5cc9e6618443250814d5b533682f3d67.zip
decrease verbosity of mklibs.py
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17174 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 362a63cc8e..f6c08e10a5 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 \