On 10.1-RELEASE, make -q doesn't seem to work anymore: [rstone_at_wtllab-bsd10-build-64 rstone]cat Makefile foo: bar cp bar foo bar: touch bar clean: rm -f foo bar [rstone_at_wtllab-bsd10-build-64 rstone]make -q foo; echo $? 1 [rstone_at_wtllab-bsd10-build-64 rstone]make foo touch bar cp bar foo [rstone_at_wtllab-bsd10-build-64 rstone]make -q foo; echo $? `foo' is up to date. 1 [rstone_at_wtllab-bsd10-build-64 rstone]make foo `foo' is up to date. [rstone_at_wtllab-bsd10-build-64 rstone]echo $? 0 This worked correctly in 8.1-RELEASE. I suspect that this is a bmake-induced regression?Received on Fri Feb 13 2015 - 18:40:16 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:55 UTC