This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via 970604df3b991777d2680032e40ffa6777ee81d3 (commit)
from 5643c894115885d0e8b261bf5e0a6edebbc97fc5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 970604df3b991777d2680032e40ffa6777ee81d3
Author: Diego Nieto Cid <[email protected]>
Date: Sun Apr 26 23:51:16 2026 +0100
prevent removal of intermediate module-%
When a test ISO file is built by make, the intermediate modules
built as a dependency (module-%) are deleted at the end of the
build.
Marking as "precious" prevents this behaviour and allows to keep
the module that the ISO runs. This is useful if the tests are going
to be debugged using QEMU and GDB.
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
tests/user-qemu.mk | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
GNU Mach