Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/gnode-submake.exp
RevisionDateAuthorComments
 1.3  07-May-2025  rillig make: add end marker for -dg1, -dg2 and -dg3 debug log

The marker helps distinguish the output from sub-makes from the output
of the primary make.
 1.2  02-Feb-2021  rillig branches: 1.2.8;
make: remove overengineered Enum_ValueToString

For printing the status of a GNode, there was already made_name (now
renamed to GNodeMade_Name), which prints user-friendly text instead of
the bare enum constant names.

To do this change confidently, I first had to demonstrate that the
output really affects something other than just the word "UNMADE". There
had not been a test for that case before, and the test immediately
discovered a bug in the -dg2 and -dg3 options. This bug is one of the
oldest in make, dating back to at least 1993.
 1.1  07-Nov-2020  rillig make(1): add test for OP_SUBMAKE
 1.2.8.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed