Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make/unit-tests
Module Name: src
Committed By: sjg
Date: Mon Aug 4 18:09:56 UTC 2025
Modified Files:
src/usr.bin/make/unit-tests: meta-output.exp meta-output.mk
Log Message:
meta-output.mk: Allow for echo that does not support -n
On latest Darwin, /bin/sh builtin echo does not do -n
There will be others, so test if echo -n works and adjust.
Capture only the command output from the meta file so
that results can be consistent whether echo -n works or not.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/meta-output.exp \
src/usr.bin/make/unit-tests/meta-output.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index