diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-08 02:37:59 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-08 02:37:59 +0000 |
commit | 9fb3820df1d6e082addabfe88d7121b70c371dfd (patch) | |
tree | 5afbf8704bbd8cca419b472b48b6b88c3898aa15 /package/Makefile | |
parent | c18a2411a73370abd0efaf5c078a3fe7ea565eaf (diff) |
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 362a63cc8..f6c08e10a 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 \ |