1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

crc: Respect Automake's silent-rules.

* modules/crc (Makefile.am): Add the $(AM_V_GEN) prefix before the
command.
This commit is contained in:
Collin Funk
2025-01-12 22:28:44 -08:00
parent f11caad4fd
commit 539fa8c1d7
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
+1 -1
View 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' \