diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-08 02:37:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-08 02:37:59 +0000 |
commit | ebf64f2c5cc9e6618443250814d5b533682f3d67 (patch) | |
tree | 5afbf8704bbd8cca419b472b48b6b88c3898aa15 /package/Makefile | |
parent | edf9cf7699fae480bfc1a0d65ee5331425939ab4 (diff) | |
download | upstream-ebf64f2c5cc9e6618443250814d5b533682f3d67.tar.gz upstream-ebf64f2c5cc9e6618443250814d5b533682f3d67.tar.bz2 upstream-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/Makefile | 2 |
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 \ |