Re: Troubles in a multiple choice
Stefan Fiedler <[email protected]> Fri, 17 Nov 2006 18:45:35 +0100
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
On Friday 17 November 2006 17:47, Luca wrote:
> Hi and good evening to all!
...
> Question: confdir is a variable specified in the PKG-BUILD-VARS as the
> directory containing the package build config (package/..) so why when
> reading the config-400.in (Glibc Options) in which are specified to look
> for the file in the confdir it doesn't find it?
>
> Thanks in advance,
> Luca
Hi Luca!
$confdir is a build variable and only defined when
running ./scripts/Build-{Pkg,Target}, so you can use it in *.conf files, but
not config*.in files.
It would make sense in your example to have it defined for scripts/Config too,
but you can also use package/base/glibc/SUPPORTED instead of
$confdir/SUPPORTED.
With best regards,
Stefan Fiedler