diff options
Diffstat (limited to 'contrib/bmake/unit-tests/opt-touch-jobs.mk')
| -rw-r--r-- | contrib/bmake/unit-tests/opt-touch-jobs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bmake/unit-tests/opt-touch-jobs.mk b/contrib/bmake/unit-tests/opt-touch-jobs.mk index 6005ab49d125..8c9c25c59015 100644 --- a/contrib/bmake/unit-tests/opt-touch-jobs.mk +++ b/contrib/bmake/unit-tests/opt-touch-jobs.mk @@ -1,4 +1,4 @@ -# $NetBSD: opt-touch-jobs.mk,v 1.2 2021/01/30 12:14:08 rillig Exp $ +# $NetBSD: opt-touch-jobs.mk,v 1.3 2025/05/18 06:24:27 rillig Exp $ # # Tests for the -t command line option in jobs mode. @@ -27,7 +27,7 @@ opt-touch-use: .USE # Even though it is listed last, in the output it appears first. # This is because it is the only node that actually needs to be run. # The "is up to date" of the other nodes happens after all jobs have -# finished, by Make_Run > MakePrintStatusList > MakePrintStatus. +# finished, by Make_MakeParallel > MakePrintStatusList > MakePrintStatus. opt-touch-make: .MAKE : Making $@. |
