Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Matthew Clark (e85fa8eba06d3d4c9b8231e321ace2c8043f2e68)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: SM-Commit <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Matthew Clark (e85fa8eba06d3d4c9b8231e321ace2c8043f2e68)
  • Date: Sat, 12 Aug 2006 20:36:58 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Matthew Clark wrote:
> GIT changes to master grimoire by Matthew Clark
> <matthewclark AT inlesserterms.net>:
>
> science/boinc/BUILD | 11 +++++++----
> science/boinc/DEPENDS | 1 +
> science/boinc/HISTORY | 4 ++++
> 3 files changed, 12 insertions(+), 4 deletions(-)
>
> New commits:
> commit d760c89656802c641dcaff1ddccb0cb26895c7a2
> Author: Matthew Clark <matthewclark AT inlesserterms.net>
> Commit: Matthew Clark <matthewclark AT inlesserterms.net>
>
> Fixed how the client/server component flags were set
> for ./configure.
>
> diff --git a/science/boinc/BUILD b/science/boinc/BUILD
> index 2d6236e..4a685af 100755
> --- a/science/boinc/BUILD
> +++ b/science/boinc/BUILD
> @@ -1,11 +1,12 @@
> -if [[ $BOINC_PARTS == client || $BOINC_PARTS == both ]]
> +if [[ $BOINC_PARTS == client ]]
> then
> - OPTS="$OPTS --enable-client"
> + OPTS="$OPTS --disable-server"
> fi &&
> -if [[ $BOINC_PARTS == server || $BOINC_PARTS == both ]]
> +if [[ $BOINC_PARTS == server ]]
> then
> - OPTS="$OPTS --enable-server"
> + OPTS="$OPTS --disable-client"
> fi &&
<snip>

Won't this mean we cannot build both server and client, and if we ask it
to then we won't git either, as both will have the --disable flag passed?

- -sandalle

- --
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE3p5aHXt9dKjv3WERAnDGAJ9nK8mCX8gSFTXo9hxJ9cAgxJlScACeL1P3
C9hFnosbrXfK8KVJVTrRQqo=
=Tw+X
-----END PGP SIGNATURE-----




Archive powered by MHonArc 2.6.24.

Top of Page