Module Name:    src
Committed By:   rillig
Date:           Mon Apr 18 14:41:42 UTC 2022

Modified Files:
        src/usr.bin/make/unit-tests: depsrc-usebefore.mk

Log Message:
tests/make: refine documentation of test for .USEBEFORE


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/depsrc-usebefore.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/depsrc-usebefore.mk
diff -u src/usr.bin/make/unit-tests/depsrc-usebefore.mk:1.8 src/usr.bin/make/unit-tests/depsrc-usebefore.mk:1.9
--- src/usr.bin/make/unit-tests/depsrc-usebefore.mk:1.8	Mon Apr 18 14:38:24 2022
+++ src/usr.bin/make/unit-tests/depsrc-usebefore.mk	Mon Apr 18 14:41:42 2022
@@ -1,11 +1,13 @@
-# $NetBSD: depsrc-usebefore.mk,v 1.8 2022/04/18 14:38:24 rillig Exp $
+# $NetBSD: depsrc-usebefore.mk,v 1.9 2022/04/18 14:41:42 rillig Exp $
 #
 # Tests for the special source .USEBEFORE in dependency declarations,
 # which allows to prepend common commands to other targets.
 #
-# If a target depends on several .USE or .USEBEFORE targets, the commands get
-# appended in declaration order.  For .USE targets, this is the expected
-# order, for .USEBEFORE targets the order is somewhat reversed.
+# If a target depends on several .USE or .USEBEFORE nodes, the commands get
+# appended or prepended in declaration order.  For .USE nodes, this is the
+# expected order, for .USEBEFORE nodes the order is somewhat reversed, and for
+# .USE or .USEBEFORE nodes that depend on other .USE or .USEBEFORE nodes, it
+# gets even more complicated.
 #
 # See also:
 #	.USE

Reply via email to