Subject: Re: INSTALLSETS
To: None <tech-toolchain@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: tech-toolchain
Date: 05/28/2007 17:26:38
On Thu, 24 May 2007, Masao Uebayashi wrote:
>  	${MAKEDIRTARGET} distrib/sets installsets \
> -	    INSTALLDIR=${INSTALLWORLDDIR:U/} INSTALLSETS=
> +	    INSTALLDIR=${INSTALLWORLDDIR:U/} INSTALLSETS=${INSTALLSETS}

I think it needs a :Q modifier, as in INSTALLSETS=${INSTALLSETS:Q},
because INSTALLSETS is very likely to contain spaces.

--apb (Alan Barrett)