]> Savannah Git Hosting - gnulib.git/commitdiff
crc: Respect Automake's silent-rules.
authorCollin Funk <collin.funk1@gmail.com>
Mon, 13 Jan 2025 06:28:44 +0000 (22:28 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Mon, 13 Jan 2025 06:28:44 +0000 (22:28 -0800)
* modules/crc (Makefile.am): Add the $(AM_V_GEN) prefix before the
command.

ChangeLog
modules/crc

index b52a2799b9b3629c4d940e385ec1225f16a3e967..b884aa202c64f1765e2720dab11cb266742c1885 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-01-12  Collin Funk  <collin.funk1@gmail.com>
+
+       crc: Respect Automake's silent-rules.
+       * modules/crc (Makefile.am): Add the $(AM_V_GEN) prefix before the
+       command.
+
 2025-01-12  Pádraig Brady  <P@draigBrady.com>
 
        progname: also set program_invocation_short_name
index a50fb2051fce3c4c2ae28a30157afbeb4e3b4aaf..9950b8b0b432119add69d5a56f5656b43e01ab3a 100644 (file)
@@ -28,7 +28,7 @@ lib_SOURCES += crc.c
 # $(AM_LDFLAGS).  And do the compilation in a temporary directory, where
 # gnulib-generated stdio.h and stdlib.h files are not visible.
 $(srcdir)/crc-sliceby8.h: $(srcdir)/crc-generate-table.c
-       if test -n '$(BUILD_CC)'; then \
+       $(AM_V_GEN)if test -n '$(BUILD_CC)'; then \
          $(MKDIR_P) '%reldir%/crc-tmp' \
          && abs_srcdir=`cd $(srcdir)/. && pwd` \
          && (cd '%reldir%/crc-tmp' \