lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5104] Refactor


From: Greg Chicares
Subject: [lmi-commits] [5104] Refactor
Date: Tue, 21 Sep 2010 01:52:27 +0000

Revision: 5104
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5104
Author:   chicares
Date:     2010-09-21 01:52:26 +0000 (Tue, 21 Sep 2010)
Log Message:
-----------
Refactor

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2010-09-21 00:44:32 UTC (rev 5103)
+++ lmi/trunk/ChangeLog 2010-09-21 01:52:26 UTC (rev 5104)
@@ -26783,3 +26783,13 @@
   workhorse.make
 Run system tests in parallel.
 
+20100921T0044Z <address@hidden> [656]
+
+  GNUmakefile
+Make build directory more unmistakable.
+
+20100921T0152Z <address@hidden> [656]
+
+  workhorse.make
+Refactor.
+

Modified: lmi/trunk/workhorse.make
===================================================================
--- lmi/trunk/workhorse.make    2010-09-21 00:44:32 UTC (rev 5103)
+++ lmi/trunk/workhorse.make    2010-09-21 01:52:26 UTC (rev 5104)
@@ -1263,32 +1263,28 @@
            $(touchstone_dir) \
            > $(system_test_diffs) \
          || true
-       @$(ECHO) Summarizing test results
+       @$(ECHO) Summarizing test results...
        @-<$(system_test_diffs) \
          $(SED) \
            -e ';/^Only in/d' \
          | $(WC) -l \
-         | $(SED) -e 's/^/  /' \
-         | $(SED) -e 's/$$/ system-test files compared/'
+         | $(SED) -e 's/^\(.*\)$$/  \1 system-test files compared/'
        @-<$(system_test_diffs) \
          $(SED) \
            -e ';/^Files.*are identical$$/!d' \
          | $(WC) -l \
-         | $(SED) -e 's/^/  /' \
-         | $(SED) -e 's/$$/ system-test files match/'
+         | $(SED) -e 's/^\(.*\)$$/  \1 system-test files match/'
        @-<$(system_test_diffs) \
          $(SED) \
            -e ';/^Files.*are identical$$/d' \
            -e ';/^Only in /d' \
          | $(WC) -l \
-         | $(SED) -e 's/^/  /' \
-         | $(SED) -e 's/$$/ system-test nonmatching files/'
+         | $(SED) -e 's/^\(.*\)$$/  \1 system-test nonmatching files/'
        @-<$(system_test_diffs) \
          $(SED) \
            -e ';/^Only in.*test\/touchstone/!d' \
          | $(WC) -l \
-         | $(SED) -e 's/^/  /' \
-         | $(SED) -e 's/$$/ system-test missing files/'
+         | $(SED) -e 's/^\(.*\)$$/  \1 system-test missing files/'
        @$(ECHO) ...system test completed.
 
 
################################################################################




reply via email to

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