mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
decrease verbosity of mklibs.py
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17174 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
edf9cf7699
commit
ebf64f2c5c
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user