Module Name: src Committed By: rillig Date: Tue Dec 28 16:11:01 UTC 2021
Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: deptgt-order.exp Log Message: make: make debug logging for .ORDER more human-friendly The interesting part of the .ORDER constraint is what is made before what, so reveal this information in the debug log. The debug output from the test looks a bit strange since it forces 'three' to be made before 'one', but that's because the test exercises the edge case of introducing a circular dependency. To generate a diff of this commit: cvs rdiff -u -r1.591 -r1.592 src/usr.bin/make/parse.c cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/deptgt-order.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.