Skip to Content.
Sympa Menu

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

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 (77c31a590cc705ea18b4f7843f7d384a2a7f7916)
  • Date: Tue, 17 Mar 2015 01:55:48 -0500

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

utils/gstopwatch/HISTORY | 3 +++
utils/gstopwatch/PRE_BUILD | 1 +
2 files changed, 4 insertions(+)

New commits:
commit 967d98d2a4182a653412e3a2b12ac4de07ad2fb3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gstopwatch: use LDFLAGS

diff --git a/utils/gstopwatch/HISTORY b/utils/gstopwatch/HISTORY
index b532761..5eec65c 100644
--- a/utils/gstopwatch/HISTORY
+++ b/utils/gstopwatch/HISTORY
@@ -1,2 +1,5 @@
+2015-03-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: use LDFLAGS
+
2014-06-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, {PRE_}BUILD, INSTALL: created spell
diff --git a/utils/gstopwatch/PRE_BUILD b/utils/gstopwatch/PRE_BUILD
index 4dd4649..4a3e3b8 100755
--- a/utils/gstopwatch/PRE_BUILD
+++ b/utils/gstopwatch/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+sedit "s:^\(LIBS.*\):\1 $LDFLAGS:" Makefile &&
sedit "s:CFLAGS +=.*:CFLAGS += $CFLAGS:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (77c31a590cc705ea18b4f7843f7d384a2a7f7916), Vlad Glagolev, 03/17/2015

Archive powered by MHonArc 2.6.24.

Top of Page