Re: svn commit: r335746 - head/bin/sh

2018-06-27 Thread Bruce Evans
On Wed, 27 Jun 2018, Bryan Drewery wrote: Log: Stop building intermediate .o files. These are not used to link the final tool anymore. At some point in the past the suffix rules changed to not link these in. The original reason for this in r19176 is unclear but seems to be related to mkde

svn commit: r335746 - head/bin/sh

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 21:36:49 2018 New Revision: 335746 URL: https://svnweb.freebsd.org/changeset/base/335746 Log: Stop building intermediate .o files. These are not used to link the final tool anymore. At some point in the past the suffix rules changed to not link these in.