[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:21:03 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 5d1ac761864b383e7caf9c5807f5658cb513218a
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Feb 15 20:58:24 2010 +0200

    Show version.h creation commands with V=1.
    
    @ -> $(AM_V_GEN)

diff --git a/libclamav/Makefile.am b/libclamav/Makefile.am
index 34491fb..460dd42 100644
--- a/libclamav/Makefile.am
+++ b/libclamav/Makefile.am
@@ -363,14 +363,14 @@ endif
 .PHONY: version.h.tmp
 version.c: version.h
 version.h: version.h.tmp
-	@if test -f version.h.static; then\
+	$(AM_V_GEN) if test -f version.h.static; then\
 		cp version.h.static version.h;\
 	elif ! diff $@ version.h.tmp >/dev/null 2>/dev/null; then\
 		cp version.h.tmp $@;\
 	fi
 
 version.h.tmp:
-	@test -f version.h || touch version.h;\
+	$(AM_V_GEN) test -f version.h || touch version.h;\
 	rm -f $@;\
 	REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\
 	if test "$$REVISION" = "exported"; then\
diff --git a/libclamav/Makefile.in b/libclamav/Makefile.in
index 46322b5..ed244c7 100644
--- a/libclamav/Makefile.in
+++ b/libclamav/Makefile.in
@@ -2260,14 +2260,14 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
 .PHONY: version.h.tmp
 version.c: version.h
 version.h: version.h.tmp
-	@if test -f version.h.static; then\
+	$(AM_V_GEN) if test -f version.h.static; then\
 		cp version.h.static version.h;\
 	elif ! diff $@ version.h.tmp >/dev/null 2>/dev/null; then\
 		cp version.h.tmp $@;\
 	fi
 
 version.h.tmp:
-	@test -f version.h || touch version.h;\
+	$(AM_V_GEN) test -f version.h || touch version.h;\
 	rm -f $@;\
 	REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\
 	if test "$$REVISION" = "exported"; then\

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list