Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Wed Feb 9 21:09:24 2022 UTC (11 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
make: fix mistakes, spelling and typos in comments and manual page No binary change for -DNDEBUG.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 16 09:38:04 2022 UTC (12 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.8: +37 -12
lines
Diff to previous 1.8 (colored)
tests/make: document more edge cases for the assignment modifier ':sh'
Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 4 10:13:09 2021 UTC (22 months ago) by rillig
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
make: remove filler word 'Do' from function names for parsing No functional change, except for debug logging.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 7 17:17:25 2021 UTC (23 months, 4 weeks ago) by rillig
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
make: fix typo in comment in test
Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 15 20:20:58 2020 UTC (2 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
make(1): update and add comments in tests As a result of the new comments, some line numbers have changed in the output of the tests. No other changes.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 4 08:32:52 2020 UTC (2 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.4: +14 -3
lines
Diff to previous 1.4 (colored)
make(1): add test for combining :sh with +=
Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 4 08:14:35 2020 UTC (2 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.3: +19 -1
lines
Diff to previous 1.3 (colored)
make(1): add another test for parsing :sh assignments
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 4 08:02:17 2020 UTC (2 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.2: +19 -1
lines
Diff to previous 1.2 (colored)
make(1): test another edge case for the :sh assignment
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 4 07:49:45 2020 UTC (2 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.1: +40 -31
lines
Diff to previous 1.1 (colored)
make(1): fix parsing of the :sh assignment operator modifier
Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 4 06:53:15 2020 UTC (2 years, 4 months ago) by rillig
Branch: MAIN
make(1): add tests for parsing assignments, especially :sh Luckily nobody uses the :sh variable assignment modifier since its syntactical variant != is simpler.