On Tue, Dec 26, 2006 at 03:27:44AM -0800, Sepherosa Ziehau wrote:
> - Unhook usr.bin/uname from boot strap tools building, because it is not
> used as boot strap tool at all.
Although it doesn't appear to be a serious problem, it seems that uname
command from the boot strap tool IS used in a few places (or uname command
from the world_${TARGET_ARCH} gets built too late?), and now I'm seeing
`uname: not found' messages in the build log.
secure/lib/libcrypto/Makefile.inc
secure/lib/libcrypto
secure/lib/libssl
secure/usr.bin/openssl
usr.sbin/amd/include/newvers.sh
usr.sbin/amd/include
Cheers.