[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:04:31 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit c8f694f3caeb1fbd8ecd1171fc73d394af39e4c3
Author: Török Edvin <edwin at clamav.net>
Date: Mon Sep 7 22:11:33 2009 +0300
Really clean files not meant for make dist, dist-hook is invoked
only in toplevel project!
diff --git a/Makefile.am b/Makefile.am
index 41eb509..9111df5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,3 +39,6 @@ lcov:
($(MAKE); cd unit_tests; $(MAKE) lcov)
quick-check:
($(MAKE); cd unit_tests; $(MAKE) quick-check)
+
+dist-hook:
+ make -C libclamav/c++ dist-hook
diff --git a/Makefile.in b/Makefile.in
index 73c359f..184bd02 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -741,6 +741,9 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
+ $(MAKE) $(AM_MAKEFLAGS) \
+ top_distdir="$(top_distdir)" distdir="$(distdir)" \
+ dist-hook
-test -n "$(am__skip_mode_fix)" \
|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
@@ -965,8 +968,8 @@ uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am am--refresh check check-am clean clean-generic \
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
- dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
- distcheck distclean distclean-generic distclean-hdr \
+ dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
+ dist-zip distcheck distclean distclean-generic distclean-hdr \
distclean-libtool distclean-tags distcleancheck distdir \
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-am install-binSCRIPTS install-data \
@@ -986,6 +989,9 @@ lcov:
quick-check:
($(MAKE); cd unit_tests; $(MAKE) quick-check)
+dist-hook:
+ make -C libclamav/c++ dist-hook
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list