axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] 20090414.05.tpd.patch (Makefile report regression fail


From: daly
Subject: [Axiom-developer] 20090414.05.tpd.patch (Makefile report regression failures)
Date: Tue, 14 Apr 2009 00:06:42 -0500

The make process now greps the int/input/*.regress files for failures
at the end of the make.
======================================================================
diff --git a/Makefile.pamphlet b/Makefile.pamphlet
index 2a56392..5db418b 100644
--- a/Makefile.pamphlet
+++ b/Makefile.pamphlet
@@ -824,6 +824,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 24 Makefile.axposf1v3 called
        @echo 25 Environment : ${ENV} 
        @echo 26 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -870,6 +871,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 27 Makefile.axposf1v4 called
        @echo 28 Environment : ${ENV} 
        @echo 29 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -916,6 +918,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 30 Makefile.hp10 called
        @echo 31 Environment : ${ENV} 
        @echo 32 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -962,6 +965,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 33 Makefile.hp11 called
        @echo 34 Environment : ${ENV} 
        @echo 35 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1008,6 +1012,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 36 Makefile.hp9 called
        @echo 37 Environment : ${ENV} 
        @echo 38 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1054,6 +1059,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 39 Makefile.irixmips1 called
        @echo 40 Environment : ${ENV} 
        @echo 41 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1099,6 +1105,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 42 Makefile.irixmips3 called
        @echo 43 Environment : ${ENV} 
        @echo 44 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1151,6 +1158,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.FreeBSD called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1204,6 +1212,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.windows called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1249,6 +1258,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.slackware called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1310,6 +1320,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1371,6 +1382,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1417,6 +1429,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1463,6 +1476,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1509,6 +1523,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1558,6 +1573,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1604,6 +1620,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1650,6 +1667,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1696,6 +1714,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1753,6 +1772,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1828,6 +1848,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1903,6 +1924,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -1978,6 +2000,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2027,6 +2050,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2102,6 +2126,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2177,6 +2202,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2233,6 +2259,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2284,6 +2311,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2331,6 +2359,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2378,6 +2407,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 48 Makefile.linuxglibc called
        @echo 49 Environment : ${ENV} 
        @echo 50 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2424,6 +2454,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 51 Makefile.linuxglibc2.1 called
        @echo 52 Environment : ${ENV} 
        @echo 53 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2475,6 +2506,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2521,6 +2553,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 54 Makefile.rs6000aix3 called
        @echo 55 Environment : ${ENV} 
        @echo 56 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2567,6 +2600,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 57 Makefile.rs6000aix4 called
        @echo 58 Environment : ${ENV} 
        @echo 59 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2613,6 +2647,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 60 Makefile.rs6000aix4.1 called
        @echo 61 Environment : ${ENV} 
        @echo 62 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2659,6 +2694,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 63 Makefile.rs6000aix4.3 called
        @echo 64 Environment : ${ENV} 
        @echo 65 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2706,6 +2742,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 66 Makefile.sun4os55c called
        @echo 67 Environment : ${ENV} 
        @echo 68 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2752,6 +2789,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 69 Makefile.sun4os55g called
        @echo 70 Environment : ${ENV} 
        @echo 71 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2799,6 +2837,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 72 Makefile.sun4os58c called
        @echo 73 Environment : ${ENV} 
        @echo 74 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2845,6 +2884,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 75 Makefile.sung called
        @echo 76 Environment : ${ENV} 
        @echo 77 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
@@ -2908,6 +2948,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
        @echo 45 Makefile.linux called
        @echo 46 Environment : ${ENV} 
        @echo 47 finished system build on `date` | tee >lastBuildDate
+       @- grep "result FAILED" int/input/*.regress
 
 <<rootdirs>>
 <<noweb>>
diff --git a/changelog b/changelog
index 5ffeca9..af22f17 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20090414 tpd src/axiom-website/patches.html 20090414.05.tpd.patch
+20090414 tpd Makefile report regression failures
 20090414 tpd src/axiom-website/patches.html 20090414.04.tpd.patch
 20090414 tpd Makefile add Makefile.slackware chunk
 20090414 tpd src/axiom-website/patches.html 20090414.03.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index b6869fc..0e3f6ef 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -1082,5 +1082,7 @@ src/scripts/SPADEDIT fix 7192, add SPADEDIT for )edit<br/>
 readme add Michael Becker<br/>
 <a href="patches/20090414.04.tpd.patch">20090414.04.tpd.patch</a>
 Makefile add Makefile.slackware chunk<br/>
+<a href="patches/20090414.05.tpd.patch">20090414.05.tpd.patch</a>
+Makefile report regression failures<br/>
  </body>
 </html>




reply via email to

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