Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9d91745963901fd5d9c72aff8c60b20603e4defc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9d91745963901fd5d9c72aff8c60b20603e4defc)
  • Date: Sat, 28 Mar 2015 03:32:26 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

smgl/castfs/HISTORY | 3 +++
smgl/castfs/PRE_BUILD | 6 ++++++
2 files changed, 9 insertions(+)

New commits:
commit 9d91745963901fd5d9c72aff8c60b20603e4defc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

castfs: prepare build toolchain for scm branch

diff --git a/smgl/castfs/HISTORY b/smgl/castfs/HISTORY
index f54260b..911246e 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,6 @@
+2015-03-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: readded, for scm branch
+
2015-03-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.6.2; quoting paths; use official git url
* CONFIGURE: FUSE_STATIC -> CASTFS_OPTS; added debug options
diff --git a/smgl/castfs/PRE_BUILD b/smgl/castfs/PRE_BUILD
new file mode 100755
index 0000000..e7a0c04
--- /dev/null
+++ b/smgl/castfs/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+if [[ $CASTFS_BRANCH == scm ]]; then
+ ./autogen.sh
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9d91745963901fd5d9c72aff8c60b20603e4defc), Vlad Glagolev, 03/28/2015

Archive powered by MHonArc 2.6.24.

Top of Page