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:
@@ -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
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user