CVS log for src/usr.bin/make/unit-tests/cmdline.mk
Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 29 17:56:37 2024 UTC (3 months ago) by sjg
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
make: unit-tests/cmdline do not remove TMPDIR
When running unit-tests in meta mode, removing TMPDIR while
still in use is fatal. Ensure that TMPBASE used by cmdline.mk
is a subdir of TMPDIR.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 18 13:40:51 2024 UTC (3 months, 2 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -1
lines
tests/make: clean up private temporary directory after running tests
Fixes PR bin/58569.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 23 22:51:28 2024 UTC (7 months, 1 week ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
make: clean up comments, code and tests
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 10 18:58:07 2022 UTC (2 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +23 -1
lines
tests/make: demonstrate spaces and '#' in command line arguments
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 6 18:26:03 2021 UTC (3 years, 9 months ago) by sjg
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Avoid test failures when more than one user run them.
Use a private TMPDIR
a subdir of .OBJDIR if using it
otherwise /tmp/uid${.MAKE.UID}
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 15 14:07:53 2020 UTC (4 years ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -6
lines
make(1): clean up some tests
Fix some mistakes in comments.
Improve some comments to be easier understandable.
Inline variables that are irrelevant for the test at hand (RUN,
MAKE_CMD).
Remove references to functions and constants that have since been removed
or renamed.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jul 28 22:44:44 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
make(1): add test for setting .OBJDIR via the command line
CVSweb <webmaster@jp.NetBSD.org>