Module Name: src
Committed By: rillig
Date: Sat Nov 14 22:17:29 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: opt-chdir.mk
Log Message:
make(1): document since when the -C option is available
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/opt-chdir.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/opt-chdir.mk
diff -u src/usr.bin/make/unit-tests/opt-chdir.mk:1.2 src/usr.bin/make/unit-tests/opt-chdir.mk:1.3
--- src/usr.bin/make/unit-tests/opt-chdir.mk:1.2 Sun Aug 16 14:25:16 2020
+++ src/usr.bin/make/unit-tests/opt-chdir.mk Sat Nov 14 22:17:29 2020
@@ -1,6 +1,9 @@
-# $NetBSD: opt-chdir.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
+# $NetBSD: opt-chdir.mk,v 1.3 2020/11/14 22:17:29 rillig Exp $
#
-# Tests for the -C command line option.
+# Tests for the -C command line option, which changes the directory at the
+# beginning.
+#
+# This option is available since 2009-08-27.
# TODO: Implementation