aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst')
-rw-r--r--doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst b/doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst
deleted file mode 100644
index 75b1e26248..0000000000
--- a/doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-- **Fixed:**
- Targets such as ``print-pretty-timed`` in ``coq_makefile``-made
- ``Makefile``\s no longer error in rare cases where ``--output-sync`` is not
- passed to make and the timing output gets interleaved in just the wrong way
- (`#13063 <https://github.com/coq/coq/pull/13063>`_, fixes `#13062
- <https://github.com/coq/coq/issues/13062>`_, by Jason Gross).