Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by David Kowis (34e32e995fb0b93b3a242e36e52f9b091e81b8ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <jblosser-smgl AT firinn.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Kowis (34e32e995fb0b93b3a242e36e52f9b091e81b8ba)
  • Date: Fri, 26 Jan 2007 18:43:58 -0600

On Jan 26, David Kowis [scm AT mail.sourcemage.org] wrote:
> GIT changes to master grimoire by David Kowis <dkowis@melchiah.(none)>:
>
> devel/git/BUILD | 10 ++++++++--
> devel/git/DEPENDS | 15 ++++++++++++---
> devel/git/HISTORY | 5 +++--
> 3 files changed, 23 insertions(+), 7 deletions(-)
>
> New commits:
> commit 34e32e995fb0b93b3a242e36e52f9b091e81b8ba
> Author: David Kowis <dkowis AT shlrm.org>
> Commit: David Kowis <dkowis@melchiah.(none)>
>
> git
>
> Modified the build process to make it use the ./configure
> so that curl and expat can remain optional
> now it uses autoconf tho.
>
> diff --git a/devel/git/BUILD b/devel/git/BUILD
> index e4512da..b89b916 100755
> --- a/devel/git/BUILD
> +++ b/devel/git/BUILD
> @@ -1,3 +1,9 @@
> -GIT_MAKE_OPTS="$GIT_MAKE_OPTS $OPTS" &&
> +#GIT_MAKE_OPTS="$GIT_MAKE_OPTS $OPTS" &&
> +#
> +#make HOME="${TRACK_ROOT}/usr" $GIT_MAKE_OPTS

You can just delete them, no need to comment and leave them.

> -make HOME="${TRACK_ROOT}/usr" $GIT_MAKE_OPTS
> +make configure &&

This 'make configure' should go in PRE_BUILD so the ./configure file exists
when CONFIG_LOC is run.

> +
> +./configure --prefix="${INSTALL_ROOT}/usr" $OPTS &&
> +
> +make all

Is there a default 'all' target in the makefile? If so you could probably
just get away with the default_build (after moving the make configure to
PRE_BUILD).

Attachment: pgpqr_5TTo7zN.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page