e2fsprogs: Honor the global verbose flag
Look for OPENWRT_VERBOSE and pass it down to the e2fsprogs entry-point Makefile. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
e9f86c6cac
commit
9a2f2f32cf
1 changed files with 2 additions and 0 deletions
|
@ -131,12 +131,14 @@ define Build/Compile
|
||||||
CFLAGS="" \
|
CFLAGS="" \
|
||||||
CPPFLAGS="" \
|
CPPFLAGS="" \
|
||||||
LDFLAGS="" \
|
LDFLAGS="" \
|
||||||
|
V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1,) \
|
||||||
subst
|
subst
|
||||||
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||||
LDFLAGS=-Wl,--gc-sections \
|
LDFLAGS=-Wl,--gc-sections \
|
||||||
BUILDCC="$(HOSTCC)" \
|
BUILDCC="$(HOSTCC)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
LIBBLKID="$(PKG_BUILD_DIR)/lib/libblkid.a -luuid" \
|
LIBBLKID="$(PKG_BUILD_DIR)/lib/libblkid.a -luuid" \
|
||||||
|
V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1,) \
|
||||||
all
|
all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue