CVS log for src/usr.bin/make/unit-tests/objdir-writable.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
Wed Feb 9 21:24:29 2022 UTC (3 years, 1 month 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.6: preferred, colored
Changes since revision 1.6: +3 -2
lines
tests/make: remove redundant 'echo' from variable assignments
Before main.c 1.231 from 2014-09-09, a variable assignment using the
operator '!=' generated a warning "Couldn't read shell's output" if the
output of the command was empty. The simplest way to suppress this
wrong warning was to add an empty 'echo' to the command. This hack is
no longer needed.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 9 21:09:24 2022 UTC (3 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2
lines
make: fix mistakes, spelling and typos in comments and manual page
No binary change for -DNDEBUG.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jul 4 01:28:54 2021 UTC (3 years, 8 months ago) by sjg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -5
lines
Do not assume /tmp is safe to use if TMPDIR is set
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 14 07:36:00 2020 UTC (4 years, 4 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.3: preferred, colored
Changes since revision 1.3: +5 -1
lines
Remove RO_OBJDIR when done
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 13 09:01:59 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
make(1): in lint mode, check for ".else <cond>"
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 12 23:53:17 2020 UTC (4 years, 4 months ago) by sjg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Use explicit MAKEOBJDIR to avoid tripping over /usr/obj
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 12 23:35:21 2020 UTC (4 years, 4 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>