CVS log for src/usr.bin/make/unit-tests/objdir-writable.exp
Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 9 20:52:06 2022 UTC (2 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
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,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1
lines
make: prefix the warning about read-only .OBJDIR with a colon
For consistency with the other warnings.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 9 18:54:19 2022 UTC (2 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
tests/make: use more distinctive placeholder for TMPDIR
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 4 01:28:54 2021 UTC (3 years, 6 months ago) by sjg
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
Do not assume /tmp is safe to use if TMPDIR is set
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 6 18:26:03 2021 UTC (3 years, 11 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.1: preferred, colored
Changes since revision 1.1: +3 -3
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.1: download - view: text, markup, annotated - select for diffs
Thu Nov 12 23:35:21 2020 UTC (4 years, 2 months ago) by sjg
Branches: MAIN
Pass a writable flag to Main_SetObjdir to control writable check
For curdir and an explicit .OBJDIR target, we allow for
the directory to be read-only.
During InitObjdir we otherwise default to requiring objdir to be
writable - this can be controlled by env variable
MAKE_OBJDIR_CHECK_WRITABLE
Add unit-tests/objdir-writable
Reviewed by: christos rillig
CVSweb <webmaster@jp.NetBSD.org>