Subject: Re: CVS commit: basesrc/tools/prep-mkbootimage
To: Klaus Klein <kleink@netbsd.org>
From: Luke Mewburn <lukem@wasabisystems.com>
List: source-changes
Date: 05/04/2002 08:17:34
On Fri, May 03, 2002 at 11:33:54PM +0300, Klaus Klein wrote:
|
| Module Name: basesrc
| Committed By: kleink
| Date: Fri May 3 20:33:54 UTC 2002
|
| Added Files:
| basesrc/tools/prep-mkbootimage: Makefile
|
| Log Message:
| Build prep's mkbootimage as a host tool, called nbprep-mkbootimage.
This doesn't work on a system without a full set of sys/arch/*
directories (which I'm told is a supported configuration) mkbootimage
should be cleaned up and moved to another location in the source
tree (either usr.bin or somewhere under distrib)
FWIW, I just realised tools/sparc-installboot breaks the same rule,
but that is about to be deprecated in favour of /usr/sbin/installboot
so it's less of a problem.
Luke.