mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-18 21:16:54 +00:00
disable silent-rules by default
OpenWrt hides verbose output by default, regardless of automake silent-rules being en-/disabled. If we enable verbose output for package builds (V=s) however, we'd like to see as most as possible. Signed-off-by: Mirko Vogt <mirko@openwrt.org> SVN-Revision: 44685
This commit is contained in:
parent
43365ca662
commit
bc67ebc585
@ -15,7 +15,10 @@ PKG_MD5SUM:=9a1ddb0e053474d9d1105cfe39b0c48d
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS += --datarootdir=$(STAGING_DIR_HOST)/share
|
HOST_CONFIGURE_ARGS += \
|
||||||
|
--datarootdir=$(STAGING_DIR_HOST)/share \
|
||||||
|
--disable-silent-rules
|
||||||
|
|
||||||
HOST_CONFIGURE_VARS += am_cv_prog_PERL_ithreads=no
|
HOST_CONFIGURE_VARS += am_cv_prog_PERL_ithreads=no
|
||||||
|
|
||||||
define Host/Configure
|
define Host/Configure
|
||||||
|
Loading…
Reference in New Issue
Block a user