CVS commit: src/usr.bin/find

2020-10-31 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 1 05:38:29 UTC 2020 Modified Files: src/usr.bin/find: option.c Log Message: add support for '-not': GNU and thus worldly scripts compatibility. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 1 00:24:57 UTC 2020 Modified Files: src/usr.bin/make: main.c nonints.h parse.c src/usr.bin/make/unit-tests: lint.exp Log Message: make(1): in lint mode, exit with error status on errors Calling Parse_Error

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 23:44:42 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up StrContainsWord To generate a diff of this commit: cvs rdiff -u -r1.418 -r1.419 src/usr.bin/make/parse.c Please note that

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 23:39:01 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix out-of-bounds pointer in ParseTrackInput To generate a diff of this commit: cvs rdiff -u -r1.417 -r1.418 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 23:23:22 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename parameter of Var_Value To generate a diff of this commit: cvs rdiff -u -r1.631 -r1.632 src/usr.bin/make/var.c Please note that

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 23:10:07 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): improve local variable name in ParseTrackInput By the way, the Address Sanitizer that ran over this code on 2015-11-26 didn't find the

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 23:01:23 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: make(1): fix off-by-one bug in ParseTrackInput (since 2015-11-26)

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 22:55:35 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: make(1): add test for off-by-one bug in ParseTrackInput To generate a diff of this commit: cvs

CVS commit: src

2020-10-31 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 31 22:43:02 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man4: ddb.4 src/share/man/man9: Makefile Log Message: Install ddb(9). Xref it from ddb(4). To generate a diff of this

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 22:05:56 UTC 2020 Modified Files: src/usr.bin/make: trace.c Log Message: make(1): document possible undefined behavior in trace.c with .CURDIR To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 21:52:56 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): document local variable in parse.c more precisely To generate a diff of this commit: cvs rdiff -u -r1.414 -r1.415

CVS commit: src/external/lgpl3/gmp/dist

2020-10-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 31 21:48:06 UTC 2020 Modified Files: src/external/lgpl3/gmp/dist: config.sub Log Message: recognize some more G4 model names produced by config.guess now native tools builds on ppc7447 and ppc7455 work again To

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 21:40:20 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-gmtime.exp varmod-localtime.exp Log Message: make(1): make parsing of the :gmtime and :localtime modifiers stricter

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 21:30:03 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: dir.exp dir.mk Log Message: make(1): add test for debug log for expansion of curly braces To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 21:12:36 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: dir.exp dir.mk Log Message: make(1): mark the output in test dir.mk with a prefix This is needed to distinguish it from the debug log, which will be added

CVS commit: src/usr.bin/make

2020-10-31 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Oct 31 21:09:22 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: Main_SetObjdir is first called for curdir which may be readonly Skip access check if path is curdir. This ensures that all proper initialization is

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 20:30:06 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile varmod-gmtime.exp varmod-gmtime.mk varmod-localtime.exp varmod-localtime.mk Log Message: make(1): add more tests for the variable

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 19:55:26 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-gmtime.exp varmod-gmtime.mk Log Message: make(1): add test for :gmtime with space before the number of seconds To generate a diff of this commit:

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 19:48:23 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-gmtime.exp varmod-gmtime.mk Log Message: make(1): add tests for error handling in the :gmtime variable modifier To generate a diff of this commit:

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 18:41:07 UTC 2020 Modified Files: src/usr.bin/make: arch.c for.c make.c var.c Log Message: make(1): format #include directives consistently To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 18:20:01 UTC 2020 Modified Files: src/usr.bin/make: compat.c metachar.h Log Message: make(1): remove unused code from needshell Since usr.bin/xinstall no longer uses this code, there is no need to keep the second

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 18:17:08 UTC 2020 Modified Files: src/usr.bin/make: metachar.h var.c Log Message: make(1): rename ismeta to is_shell_metachar The old name was too broad. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 18:14:59 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: vardebug.exp Log Message: make(1): remove debug logging for the :Q variable modifier The same information is already

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 18:05:16 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix local variable names in ParseModifierPart To generate a diff of this commit: cvs rdiff -u -r1.626 -r1.627 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 17:39:20 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): remove dead code for filename expansion using curly braces Any string containing curly braces is already handled in the very first if

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 16:13:00 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): revert requiring a writable objdir The change in main.c 1.413 broke the NetBSD build.sh if it uses a read-only source tree, as in the

CVS commit: src/share/man/man9

2020-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 31 16:03:01 UTC 2020 Modified Files: src/share/man/man9: kfilter_register.9 Log Message: document f_touch To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/kfilter_register.9 Please

CVS commit: src/lib/libnvmm

2020-10-31 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Oct 31 15:44:01 UTC 2020 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Revert (REPE) CMPS support per request of Maxime, it is incorrect. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 15:23:52 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rewrite VarIsDynamic to VarnameIsDynamic The condition for the context is the same for both short and long names, therefore move that

CVS commit: src/sys/arch/riscv/riscv

2020-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 31 15:18:09 UTC 2020 Modified Files: src/sys/arch/riscv/riscv: locore.S Log Message: Use the 'mv' pseudo-instruction instead of the 'move' equivalent as 'mv' is mentioned in the ISA documentation and it's used elsewhere.

CVS commit: src/tests/kernel/kqueue

2020-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 31 14:57:02 UTC 2020 Modified Files: src/tests/kernel/kqueue: t_ioctl.c Log Message: Avoid hard-coding names and limits so this will not break again. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/sys

2020-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 31 14:55:53 UTC 2020 Modified Files: src/sys/sys: event.h Log Message: Add an array of filter names. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/sys/event.h Please note that diffs are not

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 14:55:33 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename local variable freePtr in Var_Parse To generate a diff of this commit: cvs rdiff -u -r1.624 -r1.625 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 14:47:32 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): use consistent parameter order in varname parsing functions To generate a diff of this commit: cvs rdiff -u -r1.623 -r1.624

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 14:40:35 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract ParseVarnameLong from Var_Parse To generate a diff of this commit: cvs rdiff -u -r1.622 -r1.623 src/usr.bin/make/var.c Please

CVS commit: src/sys/dev/i2c

2020-10-31 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Oct 31 14:38:54 UTC 2020 Modified Files: src/sys/dev/i2c: pcagpio.c Log Message: Detach led's in our detach routine. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/pcagpio.c Please note that diffs

CVS commit: src/sys/dev/i2c

2020-10-31 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Oct 31 14:39:31 UTC 2020 Modified Files: src/sys/dev/i2c: pcf8574.c Log Message: Detach led's and sysmon in our detach routine. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/pcf8574.c Please note

CVS commit: src/lib/libc/sys

2020-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 31 14:35:28 UTC 2020 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: add missing sentence. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/lib/libc/sys/kqueue.2 Please note that diffs are

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 14:12:01 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract ParseVarnameShort from Var_Parse With its more than 200 lines, the latter has too much code to be read easily. To generate a

CVS commit: src/sys/arch/arm/include

2020-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 31 13:58:22 UTC 2020 Modified Files: src/sys/arch/arm/include: cpufunc.h Log Message: Fix armv6 builds by providing an armv6 is macro To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 13:45:00 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: var-recursive.exp var-recursive.mk Log Message: make(1): add test for recursion detection with short variable names To generate a diff of this commit:

CVS commit: src/external/mit/xorg/lib

2020-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Oct 31 13:28:22 UTC 2020 Modified Files: src/external/mit/xorg/lib: libmesa.mk src/external/mit/xorg/lib/libGL: Makefile src/external/mit/xorg/lib/libglapi: Makefile Log Message: mesa: re-enable GLX TLS to help

CVS commit: src/sys/arch/sparc64/dev

2020-10-31 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Oct 31 13:17:34 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c tda.c Log Message: Call sysmon_envsys_unregister() not sysmon_envsys_destroy() when detaching. Pointed out by Michael van Elst. To generate

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 13:15:10 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: vardebug.mk Log Message: make(1): fix function names in test for variable debugging To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 12:59:28 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix type of ParseModifierPart parameter delim To generate a diff of this commit: cvs rdiff -u -r1.620 -r1.621 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 12:57:39 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract IsEscapedModifierPart from ParseModifierPart To generate a diff of this commit: cvs rdiff -u -r1.619 -r1.620

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 12:45:42 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): clean up ModifyWords Reorder the parameters to match the documentation comment, and the remaining parameters in chronological order.

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 12:34:03 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-loop.mk Log Message: make(1): add test for combining the :@ and :? variable modifiers To generate a diff of this

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 12:22:43 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove redundant condition for regmatch_t.rm_eo being -1 If rm_so is -1, rm_eo is guaranteed to be -1 as well. To generate a diff of

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 12:20:36 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-subst-regex.mk Log Message: make(1): add tests for edge cases in the :C variable modifier To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 12:04:24 UTC 2020 Modified Files: src/usr.bin/make: meta.c Log Message: make(1): make memory allocation simpler in meta_create and meta_oodate Since there is only a single variable left that needs to be freed at the

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 11:54:33 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c job.c make.c make.h meta.c nonints.h suff.c var.c Log Message: make(1): do not look up local variables like .TARGET anywhere else Nobody

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 11:34:30 UTC 2020 Modified Files: src/usr.bin/make: main.c var.c Log Message: make(1): reduce the scope where recursive expressions are detected Only the call to Var_Subst needs to be protected since the other

CVS commit: src

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 11:30:57 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: var-recursive.exp var-recursive.mk Log Message:

CVS commit: src

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 11:06:24 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile varmod-sysv.mk Removed Files: src/usr.bin/make/unit-tests: sysv.exp sysv.mk Log Message: make(1):

CVS commit: src/distrib/sets/lists/tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 11:03:18 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi Log Message: use the same indentation for all libcurses test files To generate a diff of this commit: cvs rdiff -u -r1.951 -r1.952

CVS commit: src/lib/libc/sys

2020-10-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Oct 31 10:51:59 UTC 2020 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/kqueue.2 Please note that diffs are

CVS commit: src/share/man/man9

2020-10-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Oct 31 10:48:17 UTC 2020 Modified Files: src/share/man/man9: ddb.9 Log Message: Improve wording. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/ddb.9 Please note that diffs are not public

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 10:18:32 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-sysv.mk Log Message: make(1): add tutorial for the :from=to variable modifier To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 09:57:47 UTC 2020 Modified Files: src/usr.bin/make: meta.c var.c Log Message: make(1): fix indentation in source code To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/usr.bin/make/meta.c cvs rdiff

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 09:47:28 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): extract loadedfile_mmap from loadfile To generate a diff of this commit: cvs rdiff -u -r1.413 -r1.414 src/usr.bin/make/parse.c Please

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 09:35:58 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): remove redundant :tl from getBoolean Uppercase and lowercase letters are already handled the same by s2Boolean, which makes the :tl

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 09:27:20 UTC 2020 Modified Files: src/usr.bin/make: main.c var.c Log Message: make(1): remove redundant null check from s2Boolean To generate a diff of this commit: cvs rdiff -u -r1.415 -r1.416

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 09:23:38 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): write s2Boolean in a more compact form To generate a diff of this commit: cvs rdiff -u -r1.414 -r1.415 src/usr.bin/make/main.c Please

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 09:20:07 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): clean up mkTempFile To generate a diff of this commit: cvs rdiff -u -r1.413 -r1.414 src/usr.bin/make/main.c Please note that diffs are

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 09:03:36 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-sysv.mk Log Message: make(1): remove redundant code branch in SysVMatch The general code path of parsing :from=to

CVS commit: src/usr.bin/make

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 08:40:54 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): merge duplicate code in ModifyWord_Subst To generate a diff of this commit: cvs rdiff -u -r1.610 -r1.611 src/usr.bin/make/var.c Please

CVS commit: src/usr.bin/make/unit-tests

2020-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 31 08:31:38 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-sysv.mk Log Message: make(1): explain tests for the SysV variable modifier To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/make

2020-10-31 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Oct 31 06:18:21 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: Do not use an objdir that is not writable. To generate a diff of this commit: cvs rdiff -u -r1.412 -r1.413 src/usr.bin/make/main.c Please note