summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-09-24 17:04:36 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-09-24 17:07:43 +1000
commit2d07e05a541d1fe74819031abf422979a18ab48f (patch)
tree809137a83e609a7aaae18408cea2cc06a41dd8c8 /Makefile.am
parenta05d5fc4a7e8bd1a2351071df0a994330201153a (diff)
downloadgroff-git-2d07e05a541d1fe74819031abf422979a18ab48f.tar.gz
Makefile.am: Don't delete test log on failures.
* Makefile.am: Mark `$(TEST_SUITE_LOG)` as `.PRECIOUS`. This prevents the test suite log from being deleted if there are any failures. Fixes <https://savannah.gnu.org/bugs/?61213>. Thanks to Bjarni Ingi Gislason for the report, thus saving me from a certain TIA if I had come across it myself unexpectedly.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bbbe5f6fe..e1390812a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -720,6 +720,7 @@ BUILT_SOURCES += defs.h
BUILT_SOURCES += test-groff
.DELETE_ON_ERROR:
+.PRECIOUS: $(TEST_SUITE_LOG)
# if there is a name prefix we install the man pages by hand
all: generate_man_files