From: Jan Kiszka <[email protected]> Pure cosmetics, but this avoids printing the full ln command while all the rest is less chatty. make V=1 will still report it, though.
Signed-off-by: Jan Kiszka <[email protected]> --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f000d73..3545ae2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,7 +117,7 @@ bg_setenv_DEPENDENCIES = \ libebgenv.a install-exec-hook: - $(LN_S) -f bg_setenv$(EXEEXT) \ + $(AM_V_at)$(LN_S) -f bg_setenv$(EXEEXT) \ $(DESTDIR)$(bindir)/bg_printenv$(EXEEXT) $(RM) $(DESTDIR)$(libdir)/$(lib_LTLIBRARIES) @@ -248,7 +248,7 @@ $(top_builddir)/tools/bg_setenv-bg_setenv.o: $(GEN_VERSION_H) bg_printenvdir = $(top_srcdir) bg_printenv: $(bg_setenv) - $(LN_S) -f bg_setenv bg_printenv + $(AM_V_at)$(LN_S) -f bg_setenv bg_printenv all-local: bg_printenv -- 2.31.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/f3483ff8-c2e2-276a-c8ab-3758f8c9119b%40siemens.com.
