Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (9b07988f9fb50f07e68505160454005b37bfad9c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (9b07988f9fb50f07e68505160454005b37bfad9c)
  • Date: Sun, 28 Dec 2008 17:01:20 -0600

GIT changes to test cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

scripts/spellcaster.sh | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 9b07988f9fb50f07e68505160454005b37bfad9c
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/spellcaster.sh: clean correct build script

Forgot to update which build scripts get removed by clean_target.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index 3538f0a..61ebd42 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -199,9 +199,7 @@ function clean_target() {
"$TARGET/ispells" \
"$TARGET/ospells" \
"$TARGET/$config" \
- "$TARGET/build_base.sh" \
- "$TARGET/build_iso.sh" \
- "$TARGET/build_optional.sh"
+ "$TARGET/build_spell.sh" \
}

# main()



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (9b07988f9fb50f07e68505160454005b37bfad9c), Justin Boffemmyer, 12/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page