Module Name: src Committed By: rillig Date: Wed Feb 9 21:24:29 UTC 2022
Modified Files: src/usr.bin/make/unit-tests: Makefile objdir-writable.mk Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/usr.bin/make/unit-tests/Makefile cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/objdir-writable.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.