mirror of
https://github.com/HEYAHONG/kconfig-frontends.git
synced 2025-05-08 17:52:32 +08:00
configure: use automake's silent-rules, enhance to silence make
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
47eee09900
commit
7bfe71ee20
@ -1,4 +1,5 @@
|
|||||||
ACLOCAL_AMFLAGS = -I scripts/.autostuff/m4
|
ACLOCAL_AMFLAGS = -I scripts/.autostuff/m4
|
||||||
|
MAKEFLAGS = $(SILENT_MAKEFLAGS)
|
||||||
if COND_utils
|
if COND_utils
|
||||||
MAYBE_utils = utils
|
MAYBE_utils = utils
|
||||||
endif
|
endif
|
||||||
|
11
configure.ac
11
configure.ac
@ -30,6 +30,17 @@ AS_IF(
|
|||||||
|
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
AS_IF(
|
||||||
|
[test "$(./scripts/version.sh --internal)" = "hg"],
|
||||||
|
[AM_SILENT_RULES],
|
||||||
|
[AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
|
AS_IF(
|
||||||
|
[test $AM_DEFAULT_VERBOSITY -eq 0],
|
||||||
|
[SILENT_MAKEFLAGS="--no-print-directory -s"],
|
||||||
|
[SILENT_MAKEFLAGS=""])
|
||||||
|
AC_SUBST([SILENT_MAKEFLAGS])
|
||||||
|
|
||||||
#----------------------------------------
|
#----------------------------------------
|
||||||
# Prepare libtool
|
# Prepare libtool
|
||||||
LT_PREREQ([2.2.6])
|
LT_PREREQ([2.2.6])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user