Subject: Re: Proposal EXCLUDE_SUBDIRS
To: Frederick Bruckman <fb@enteract.com>
From: David Brownlee <abs@netbsd.org>
List: tech-misc
Date: 08/26/2000 17:49:55
On Thu, 24 Aug 2000, Frederick Bruckman wrote:
> In the tree, you would have to do,
>
> make EXCLUDE_SUBDIRS=sys/arch/i386/stand/installboot
>
> but that would not work in a detached heirarchy, as you would never
> get a match. You could try,
>
> make BSDSRCDIR=$PWD EXCLUDE_SUBDIRS=installboot
Would it be possible to change the syntax of EXCLUDE_SUBDIRS so
it matched */${EXCLUDE_SUBDIRS} - maybe something with the M:
modfier?
So to exclude sys/arch/i386/stand/installboot you could set
EXCLUDE_SUBDIRS to sys/arch/i386/stand/installboot,
arch/i386/stand/installboot, i386/stand/installboot, etc.
David/absolute
-- www.netbsd.org: A pmap for every occasion --