]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: unsilent silent rules when running with V=1
authorVincent Bernat <vincent@bernat.im>
Sun, 12 Jun 2016 21:29:54 +0000 (23:29 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 12 Jun 2016 21:29:54 +0000 (23:29 +0200)
src/lib/Makefile.am

index b41ae794814b5431b7a0e4c9cc6ffe65ee425e3b..9fb3f5d31281905c6adcc0fe211c9207919aa7d4 100644 (file)
@@ -41,9 +41,9 @@ atom-glue.c: $(ATOM_FILES) Makefile
                               for (atom in atoms) { print " init_atom_map_"atom"();" } \
                               print "}"; }' ) \
                > $@.tmp
-       @$(GREP) -q init_atom_builder_ $@.tmp
-       @$(GREP) -q init_atom_map_ $@.tmp
-       @mv $@.tmp $@
+       $(AM_V_at)$(GREP) -q init_atom_builder_ $@.tmp
+       $(AM_V_at)$(GREP) -q init_atom_map_ $@.tmp
+       $(AM_V_at)mv $@.tmp $@
 CLEANFILES = atom-glue.c
 
 # -version-info format is `current`:`revision`:`age`. For more details, see: