From 717a6344d4a58be6adf961eb6ed3d95a614103d1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 8 Aug 2009 02:37:59 +0000 Subject: decrease verbosity of mklibs.py SVN-Revision: 17174 --- package/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/Makefile') 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 \ -- cgit v1.2.3