Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (3c8ffd6db1b599a3d50a654e32a8a5dae7d31aba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (3c8ffd6db1b599a3d50a654e32a8a5dae7d31aba)
  • Date: Fri, 21 Sep 2007 14:30:58 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

audio-creation/specimen/BUILD | 5 -----
audio-creation/specimen/HISTORY | 4 ++++
audio-creation/specimen/PRE_BUILD | 7 +++++++
3 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit 3c8ffd6db1b599a3d50a654e32a8a5dae7d31aba
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

specimen: moved ./bootstrap for SVN version from BUILD to PRE_BUILD

diff --git a/audio-creation/specimen/BUILD b/audio-creation/specimen/BUILD
index 020aff7..ee1fae5 100755
--- a/audio-creation/specimen/BUILD
+++ b/audio-creation/specimen/BUILD
@@ -1,6 +1 @@
-if [[ $SPECIMEN_VCS == y ]]
-then
- ./bootstrap
-fi &&
-
OPTS="--disable-dependency-tracking $OPTS" default_build
diff --git a/audio-creation/specimen/HISTORY b/audio-creation/specimen/HISTORY
index 59ef057..f6368f8 100644
--- a/audio-creation/specimen/HISTORY
+++ b/audio-creation/specimen/HISTORY
@@ -1,3 +1,7 @@
+2007-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * PRE_BUILD: Added, moved ./bootstrap for SVN version here.
+ * BUILD: Removed ./bootsrap.
+
2007-09-11 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, BUILD, DEPENDS: Added SVN option.
* PREPARE: Added for SVN option query.
diff --git a/audio-creation/specimen/PRE_BUILD
b/audio-creation/specimen/PRE_BUILD
new file mode 100755
index 0000000..6916117
--- /dev/null
+++ b/audio-creation/specimen/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+if [[ $SPECIMEN_VCS == y ]]
+then
+ ./bootstrap
+fi



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (3c8ffd6db1b599a3d50a654e32a8a5dae7d31aba), Juuso Alasuutari, 09/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page