dmake: remove '-->' outputs.
commit66afd782959c4959b6d7484f5833a09b6aabf397
authorLauri Tirkkonen <lotheac@iki.fi>
Thu, 17 Jan 2019 14:49:50 +0000 (17 14:49 +0000)
committerLauri Tirkkonen <lotheac@iki.fi>
Thu, 17 Jan 2019 15:16:36 +0000 (17 15:16 +0000)
tree9fdd5721ae4146dbe6a056c42d4dd2574c5cb93e
parent2b43299d1b1be1b755ab6c865ef0678ca4dbba41
dmake: remove '-->' outputs.

they are useless and distracting. having "Job errors" in your terminal just
because something happened to output something on stderr is also just
misleading. while the stderr outputs should be fixed, people generally know how
to redirect stdout/stderr, there is no need to try to annotate the output with
which fd it was written to (not that it was reliably accurate to the reader in
the first place anyway since outputs between parallel makes are often mixed)
usr/src/cmd/make/bin/parallel.cc