On 10/15/2021 2:19 PM, Jan Kiszka wrote:
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.
Looks good to me
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
--
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/c68bf428-5975-5c6c-a33f-0800cab534d3%40mentor.com.