diff options
| author | rillig <rillig@NetBSD.org> | 2020-11-14 22:17:29 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-11-14 22:17:29 +0000 |
| commit | 9d418facb6f034f79ca7236a78c06a7dcea506d1 (patch) | |
| tree | bbe883e63a249778277f84126df086aa378f2f6e /usr.bin/make | |
| parent | fef7b75a6872a49e556246f4f6b74acc55a12813 (diff) | |
make(1): document since when the -C option is available
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/unit-tests/opt-chdir.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/make/unit-tests/opt-chdir.mk b/usr.bin/make/unit-tests/opt-chdir.mk index 8735fddbef9..c9005598492 100644 --- a/usr.bin/make/unit-tests/opt-chdir.mk +++ b/usr.bin/make/unit-tests/opt-chdir.mk @@ -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 |
