]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Add support for silent rules for the libbsd.map generation
authorGuillem Jover <guillem@hadrons.org>
Sun, 18 Feb 2024 19:40:24 +0000 (20:40 +0100)
committerGuillem Jover <guillem@hadrons.org>
Wed, 21 Feb 2024 01:07:38 +0000 (02:07 +0100)
The new rule was introduced w/o silent rule support.

Fixes: commit 19e06407eb365a2bedc9bdd29a83c1e1803e3f92
src/Makefile.am

index 1877ad60d77632959f5f6e4f96c65ed631be7e45..f0e770e816baa4b1fb54f5973367b63f596fdd60 100644 (file)
@@ -216,7 +216,7 @@ libbsd_ctor_a_SOURCES = \
 # Generate the library map file with the pre-processor to selectively include
 # symbols depending on the host system, otherwise some linkers might fail.
 libbsd.map: libbsd.map.in
-       $(CPP) $(AM_CPPFLAGS) $(CPPFLAGS) -P - <$(srcdir)/libbsd.map.in >$@
+       $(AM_V_GEN) $(CPP) $(AM_CPPFLAGS) $(CPPFLAGS) -P - <$(srcdir)/libbsd.map.in >$@
 
 # Generate a simple libtool symbol export list to be used as a fallback if
 # there is no version script support.