r4009 - trunk
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: r4009 - trunk
- Date: Sat, 21 Oct 2006 21:55:55 -0400 (EDT)
Author: timj
Date: 2006-10-21 21:55:54 -0400 (Sat, 21 Oct 2006)
New Revision: 4009
Modified:
trunk/Makefile.am
Log:
more report.out fixes
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2006-10-22 00:04:30 UTC (rev 4008)
+++ trunk/Makefile.am 2006-10-22 01:55:54 UTC (rev 4009)
@@ -41,9 +41,12 @@
@echo $(ALL_CHECKED_MSG) | sed 's/./=/g'
# fixup automake-1.9.6 distuninstallcheck:-rule reporting files created by update-mime-database(1)
-filter_stale_uninstalled = | egrep -v '^.*/share/mime/(subclasses|globs|magic|XMLnamespaces|aliases)|.*/report.out$$'
-distuninstallcheck_listfiles = find . -type f -print # standard automake-1.9 setting
+filter_stale_uninstalled = | egrep -v '^.*/share/mime/(subclasses|globs|magic|XMLnamespaces|aliases)$$'
+filter_stale_buildfiles = | egrep -v '^./report.out$$'
+distuninstallcheck_listfiles = find . -type f -print # automake-1.9 setting
distuninstallcheck_listfiles += $(filter_stale_uninstalled) # amend by required filtering
+distcleancheck_listfiles = find . -type f -print # automake-1.9 setting
+distcleancheck_listfiles += $(filter_stale_buildfiles) # amend by required filtering
# fixup automake-1.9.6 distcheck:-rule, which attempts to rebuild a dist tarball from within the test-build
# also, bsescm currently needs install: before check:
distcheck: dist
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]