Module Name: src Committed By: rillig Date: Sun Jan 15 18:43:49 UTC 2023
Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: replace '!empty' with direct expression The variables MACHINE and MACHINE_ARCH are guaranteed to be defined, therefore they don't need to be wrapped in '!empty(...)'. This is simpler to read and, in case of typos, is more likely to lead to an error message from make, as a line starting with '!' is interpreted as a dependency line, while a line using only '==' but not '!=' leads to a syntax error of the form 'Invalid line type'. To generate a diff of this commit: cvs rdiff -u -r1.1295 -r1.1296 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.