Re: Troubles in a multiple choice
Luca <[email protected]> Fri, 17 Nov 2006 19:09:52 +0100
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
Stefan Fiedler wrote:
> 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
> _______________________________________________
> rock-devel mailing list
> [email protected]
> http://www.rocklinux.net/mailman/listinfo/rock-devel
>
>
Hi Stefan!
Ah ok, understood. It was a wrong assumption of mine; I thought that
when reading the *.in files it auto detects the $confdir of the package
in question too.