Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ed0682584ab5fa51311470a45872fd3084fe7f36)

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Vlad Glagolev <stealth AT sourcemage.org>
  • To: dkowis AT shlrm.org
  • Cc: sm-commit AT lists.ibiblio.org, SM-Discuss <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ed0682584ab5fa51311470a45872fd3084fe7f36)
  • Date: Sun, 24 Aug 2008 19:23:03 +0400

On Sun, 24 Aug 2008 10:18:34 -0500
David Kowis <dkowis AT shlrm.org> wrote:

> Vlad Glagolev wrote:
> > GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
> >
> > net/dhcpcd/BUILD | 2 +-
> > net/dhcpcd/DETAILS | 8 ++++----
> > net/dhcpcd/HISTORY | 3 +++
> > 3 files changed, 8 insertions(+), 5 deletions(-)
> >
> > New commits:
> > commit ed0682584ab5fa51311470a45872fd3084fe7f36
> > Author: Vlad Glagolev <stealth AT sourcemage.org>
> > Commit: Vlad Glagolev <stealth AT sourcemage.org>
> >
> > dhcpcd: => 4.0.0, cleaned up
> >
> > diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD
> > index 2d09619..99e1269 100755
> > --- a/net/dhcpcd/BUILD
> > +++ b/net/dhcpcd/BUILD
> > @@ -1 +1 @@
> > -CSTD=gnu99 make DESTDIR=${TRACK_ROOT}
> > +CSTD=gnu99 make DESTDIR="$INSTALL_ROOT"
>
> Are you sure that's correct? Are you sure you completely understand the
> difference between INSTALL_ROOT and TRACK_ROOT?
>
> I think it's supposed to be TRACK_ROOT in this case...
>
> Someone please correct me if I'm wrong.
>
> --
> David Kowis
>
> www.ronpaul2008.com - Ron Paul for President!
> www.sourcemage.org - SourceMage GNU/Linux
>
>

Well, yeah. That DESTDIR is supposed to be a prefix (like --prefix for
configure),
TRACK_ROOT's used during linking (ln -sf "$TRACK_ROOT/blah1"
"$INSTALL_ROOT/blah2")

--
Dont wait to die to find paradise...
--
Cheerz,
Vlad "Enqlave" Glagolev

Attachment: pgpUOi6H9mnWR.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page