Subject: Re: environement variables
To: Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr>
From: None <itojun@iijlab.net>
List: tech-pkg
Date: 11/21/2000 02:17:19
>I'm trying to make a package for a software that needs to have an
>environement variable set while compiling. How do I do that? If I just
>do
>pre-build:
>        export ICUROOT=${LOCALBASE} 
>in the Makefile, it won't work.

	MAKE_ENV+=	ICUROOT="${LOCALBASE}"

	should do it.

itojun