lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5121] Exclude testdeck change log from system testing


From: Greg Chicares
Subject: [lmi-commits] [5121] Exclude testdeck change log from system testing
Date: Fri, 03 Dec 2010 18:24:00 +0000

Revision: 5121
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5121
Author:   chicares
Date:     2010-12-03 18:24:00 +0000 (Fri, 03 Dec 2010)
Log Message:
-----------
Exclude testdeck change log from system testing

Modified Paths:
--------------
    lmi/trunk/workhorse.make

Modified: lmi/trunk/workhorse.make
===================================================================
--- lmi/trunk/workhorse.make    2010-11-05 03:15:12 UTC (rev 5120)
+++ lmi/trunk/workhorse.make    2010-12-03 18:24:00 UTC (rev 5121)
@@ -1195,8 +1195,10 @@
 
 touchstone_md5sums := $(touchstone_dir)/md5sums
 
+touchstone_exclusions := $(touchstone_md5sums) $(touchstone_dir)/ChangeLog
+
 touchstone_files := \
-  $(filter-out $(touchstone_md5sums),$(wildcard $(touchstone_dir)/*))
+  $(filter-out $(touchstone_exclusions),$(wildcard $(touchstone_dir)/*))
 
 $(touchstone_md5sums): $(touchstone_files)
        @cd $(touchstone_dir) && $(MD5SUM) $(notdir $^) > $@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]