lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5502] Fix defect introduced 20100920T1232Z: 'touchstone/m


From: Greg Chicares
Subject: [lmi-commits] [5502] Fix defect introduced 20100920T1232Z: 'touchstone/md5sums' not sorted
Date: Tue, 19 Jun 2012 05:59:44 +0000

Revision: 5502
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5502
Author:   chicares
Date:     2012-06-19 05:59:43 +0000 (Tue, 19 Jun 2012)
Log Message:
-----------
Fix defect introduced 20100920T1232Z: 'touchstone/md5sums' not sorted

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

Modified: lmi/trunk/workhorse.make
===================================================================
--- lmi/trunk/workhorse.make    2012-06-18 18:35:29 UTC (rev 5501)
+++ lmi/trunk/workhorse.make    2012-06-19 05:59:43 UTC (rev 5502)
@@ -1229,6 +1229,7 @@
 
 $(touchstone_md5sums): $(touchstone_files)
        @cd $(touchstone_dir) && $(MD5SUM) $(notdir $^) > $@
+       @$(SORT) --key=2 --output=$@ $@
 
 testdeck_suffixes    := cns ill ini mec
 test_result_suffixes := test test0 monthly_trace.* mec.tsv mec.xml




reply via email to

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