Subject: Re: disksubr* and src/sbin/disklabel
To: Matt Thomas <matt@3am-software.com>
From: Richard Earnshaw <rearnsha@buzzard.freeserve.co.uk>
List: port-arm
Date: 03/12/2001 22:10:31
> At 12:38 PM 3/12/2001 +0000, Ben Harris wrote:
> >On Mon, 12 Mar 2001, IWAMOTO Toshihiro wrote:
> >
> > > As hpcarm is finally approaching to multiuser and it should use
> > > sys/arch/hpc/hpc/disksubr.c, I'd like to move disksubr* references
> > > in files.arm to files.arm26 and files.arm32.
> > > (disksubr*.c will continue to stay under arch/arm/arm.)
> >
> >That seems like a reasonable idea to me.
> 
> Umm, then put sys/arch/hpc/hpc/disksubr.c is files.hpcarm and it will
> override the disksubr.c in files.arm.  If you don't want any of the
> disksubr.c in files.arm, can't you just put a !hpc on them?

wouldn't the best solution be to leave the files where they are, but to drag them in via arch/<machine_arch>/conf/files.<port>  That way each target can draw on the common file if it needs.