mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
autoconf: Unverbosify autoreconf output
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
1534274047
commit
ec5d2bb41b
@ -27,4 +27,4 @@ $(eval $(call AUTOTARGETS,package,autoconf,host))
|
|||||||
# variables used by other packages
|
# variables used by other packages
|
||||||
AUTOCONF:=$(HOST_DIR)/usr/bin/autoconf
|
AUTOCONF:=$(HOST_DIR)/usr/bin/autoconf
|
||||||
AUTOHEADER:=$(HOST_DIR)/usr/bin/autoheader
|
AUTOHEADER:=$(HOST_DIR)/usr/bin/autoheader
|
||||||
AUTORECONF=$(HOST_CONFIGURE_OPTS) ACLOCAL="$(ACLOCAL)" AUTOCONF="$(AUTOCONF)" AUTOHEADER="$(AUTOHEADER)" AUTOMAKE="$(AUTOMAKE)" $(HOST_DIR)/usr/bin/autoreconf -v -f -i -I "$(ACLOCAL_DIR)"
|
AUTORECONF=$(HOST_CONFIGURE_OPTS) ACLOCAL="$(ACLOCAL)" AUTOCONF="$(AUTOCONF)" AUTOHEADER="$(AUTOHEADER)" AUTOMAKE="$(AUTOMAKE)" $(HOST_DIR)/usr/bin/autoreconf -f -i -I "$(ACLOCAL_DIR)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user