Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (0e770a15d5fa340d7ec67e1d1c950aa1661ad91a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (0e770a15d5fa340d7ec67e1d1c950aa1661ad91a)
  • Date: Wed, 10 Sep 2008 10:20:13 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

devel/mzscheme352/BUILD | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e770a15d5fa340d7ec67e1d1c950aa1661ad91a
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

mzscheme352: forgot one &&

diff --git a/devel/mzscheme352/BUILD b/devel/mzscheme352/BUILD
index 2412434..9e9cb20 100755
--- a/devel/mzscheme352/BUILD
+++ b/devel/mzscheme352/BUILD
@@ -1,6 +1,6 @@
CFLAGS=${CFLAGS/-O3/-O2} &&
CXXFLAGS=${CXXFLAGS/-O3/-O2} &&
OPTS="$OPTS --enable-shared" &&
-mv ../plt .
+mv ../plt . &&
cd plt/src &&
default_build



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (0e770a15d5fa340d7ec67e1d1c950aa1661ad91a), Ethan Grammatikidis, 09/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page