* "William L. Thomson Jr." <[EMAIL PROTECTED]>:
> On Sat, 2007-09-22 at 10:29 +0200, Torsten Veller wrote:
> > * "William Thomson (wltjr)" <[EMAIL PROTECTED]>:
> > >
> > > mkdir -p "${WORKDIR}/../etc" \
> > ^^^^^^^^^^^^^^
> > What is this?
> >
> > > "${WORKDIR}/usr" \
> > > "${WORKDIR}/var/log/firebird" \
> > > "${WORKDIR}/var/run/firebird"
> > > cd "${WORKDIR}/usr"; ln -s "${WORKDIR}/${MY_P}/gen/firebird/bin"
> > > cd "${WORKDIR}/../etc"; ln -s "${WORKDIR}/${MY_P}/gen/firebird" firebird
> >
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> It's symlinks so the runtime changes as to Firebirds don't prevent the
> build system from completing. Since the build system and normal Firebird
> installs expect everything to be under one directory. Not split into
> many. Nothing gets placed there, and they only act as links.
Well, I don't understand why you have to work outside of WORKDIR.
(${WORKDIR}/../)
--
.: Torsten Veller | :.
--
[EMAIL PROTECTED] mailing list