aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 72c7b9e8..563f8e05 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (readfile): Don't copy the Makefile over readfile.ok
+ if there's a problem.
+
2012-05-24 Andrew J. Schorr <aschorr@telemetry-investments.com>
* Makefile.am (fmtspcl, include2, incdupe, incdup2, incdupe3): Fix
diff --git a/test/Makefile.am b/test/Makefile.am
index 2af0e38b..ea7e9a9e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1555,7 +1555,7 @@ ordchr2::
readfile::
@echo $@
@$(AWK) -l readfile 'BEGIN {printf "%s", readfile("Makefile")}' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-$(CMP) Makefile _$@ && rm -f _$@ || cp -p Makefile $@.ok
+ @-$(CMP) Makefile _$@ && rm -f _$@
include2::
@echo $@
diff --git a/test/Makefile.in b/test/Makefile.in
index 0c990912..34b7e930 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1936,7 +1936,7 @@ ordchr2::
readfile::
@echo $@
@$(AWK) -l readfile 'BEGIN {printf "%s", readfile("Makefile")}' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-$(CMP) Makefile _$@ && rm -f _$@ || cp -p Makefile $@.ok
+ @-$(CMP) Makefile _$@ && rm -f _$@
include2::
@echo $@