Subject: Re: where are MACHINE_ARCH and LOWER_ARCH defined?
To: Jeremy C. Reed <reed@reedmedia.net>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-pkg
Date: 01/14/2003 01:39:26
>> LOWER_ARCH:= ${LOWER_ARCH:C/i[4-9]86/i386/}
>> MACHINE_ARCH:= ${MACHINE_ARCH:C/i[4-9]86/i386/}

>Then, my LOWER_ARCH was not being set.

Sorry for not being clear.  I meant do the := stunt after the ?=
Ie. I was suggesting :C/i[4-9]86/i386/ instead of != and sed(1).
you still need a value to work with.

Thanks
--sjg