diff options
| author | rillig <rillig@NetBSD.org> | 2020-12-13 01:10:22 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-12-13 01:10:22 +0000 |
| commit | 38ff7c0c8fa316b2e73ff8dbd015227e13beb5bd (patch) | |
| tree | bec4969997e0622df9da9d1bf2b6d40ed005c941 /usr.bin/make/unit-tests | |
| parent | 4faba13032e8ce04a2927146c4ab84ffe1a2bafd (diff) | |
make(1): adjust timestamps in unit tests
These could not be known before the previous commit.
Diffstat (limited to 'usr.bin/make/unit-tests')
| -rw-r--r-- | usr.bin/make/unit-tests/directive-info.mk | 4 | ||||
| -rw-r--r-- | usr.bin/make/unit-tests/directive-misspellings.mk | 20 | ||||
| -rw-r--r-- | usr.bin/make/unit-tests/directive-warning.mk | 4 |
3 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/make/unit-tests/directive-info.mk b/usr.bin/make/unit-tests/directive-info.mk index cde40ec3be0..ef86f93e0cb 100644 --- a/usr.bin/make/unit-tests/directive-info.mk +++ b/usr.bin/make/unit-tests/directive-info.mk @@ -1,4 +1,4 @@ -# $NetBSD: directive-info.mk,v 1.5 2020/12/13 01:07:54 rillig Exp $ +# $NetBSD: directive-info.mk,v 1.6 2020/12/13 01:10:22 rillig Exp $ # # Tests for the .info directive. @@ -10,7 +10,7 @@ .info message .info indented message .information -.information message # Accepted before 2020-12-13 01:??:??. +.information message # Accepted before 2020-12-13 01:07:54. .info.man: # not a message, but possibly a suffix rule # Even if lines would have trailing whitespace, this would be trimmed by diff --git a/usr.bin/make/unit-tests/directive-misspellings.mk b/usr.bin/make/unit-tests/directive-misspellings.mk index d4e1770c5be..5f479f03b7f 100644 --- a/usr.bin/make/unit-tests/directive-misspellings.mk +++ b/usr.bin/make/unit-tests/directive-misspellings.mk @@ -1,4 +1,4 @@ -# $NetBSD: directive-misspellings.mk,v 1.2 2020/12/13 01:07:54 rillig Exp $ +# $NetBSD: directive-misspellings.mk,v 1.3 2020/12/13 01:10:22 rillig Exp $ # # Tests for misspelled directives. # @@ -22,17 +22,17 @@ .expor varname .export varname .exporx varname -.exports varname # Accepted before 2020-12-13 01:??:??. +.exports varname # Accepted before 2020-12-13 01:07:54. -.export-en # Accepted before 2020-12-13 01:??:??. +.export-en # Accepted before 2020-12-13 01:07:54. .export-env .export-env extra argument # XXX: undetected extra argument -.export-environment # Accepted before 2020-12-13 01:??:??. +.export-environment # Accepted before 2020-12-13 01:07:54. -.export-litera varname # Accepted before 2020-12-13 01:??:??. +.export-litera varname # Accepted before 2020-12-13 01:07:54. .export-literal varname -.export-literax varname # Accepted before 2020-12-13 01:??:??. -.export-literally varname # Accepted before 2020-12-13 01:??:??. +.export-literax varname # Accepted before 2020-12-13 01:07:54. +.export-literally varname # Accepted before 2020-12-13 01:07:54. .-includ "file" .-include "file" @@ -47,7 +47,7 @@ .inf msg .info msg .infx msg -.infos msg # Accepted before 2020-12-13 01:??:??. +.infos msg # Accepted before 2020-12-13 01:07:54. .sinclud "file" .sinclude "file" @@ -57,7 +57,7 @@ .unde varname .undef varname .undex varname -.undefs varname # Accepted before 2020-12-13 01:??:??. +.undefs varname # Accepted before 2020-12-13 01:07:54. .unexpor varname .unexport varname @@ -74,6 +74,6 @@ .warnin msg .warning msg .warninx msg -.warnings msg # Accepted before 2020-12-13 01:??:??. +.warnings msg # Accepted before 2020-12-13 01:07:54. all: diff --git a/usr.bin/make/unit-tests/directive-warning.mk b/usr.bin/make/unit-tests/directive-warning.mk index 68848a52234..0e288ecf935 100644 --- a/usr.bin/make/unit-tests/directive-warning.mk +++ b/usr.bin/make/unit-tests/directive-warning.mk @@ -1,4 +1,4 @@ -# $NetBSD: directive-warning.mk,v 1.4 2020/12/13 01:07:54 rillig Exp $ +# $NetBSD: directive-warning.mk,v 1.5 2020/12/13 01:10:22 rillig Exp $ # # Tests for the .warning directive. @@ -11,7 +11,7 @@ .warning # oops: should be "missing argument" .warning message # ok .warnings # misspelled -.warnings messages # Accepted before 2020-12-13 01:??:??. +.warnings messages # Accepted before 2020-12-13 01:07:54. all: @:; |
