]> 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)
committerBruno Haible <bruno@clisp.org>
Sat, 18 Jan 2025 08:14:40 +0000 (09:14 +0100)
* modules/crc (Makefile.am): Add the $(AM_V_GEN) prefix before the
command.

ChangeLog
modules/crc

index 9b7991df8d731b599a9c48c65e43f4f2e183ece8..64da89068ca3c21063057e702ba68cd9370cc827 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' \