From eec7101174a3b2807fb282272f75cc13d4b953c3 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 25 May 2012 15:18:43 +0300 Subject: Additional changes / some cleanups. --- test/ChangeLog | 5 +++++ test/Makefile.am | 2 +- test/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'test') 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 + + * Makefile.am (readfile): Don't copy the Makefile over readfile.ok + if there's a problem. + 2012-05-24 Andrew J. Schorr * 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 $@ -- cgit v1.2.3