Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eb0398a905b766d1b6e152376fad4bccc6c88019)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eb0398a905b766d1b6e152376fad4bccc6c88019)
  • Date: Wed, 9 Dec 2015 22:33:06 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/rhash/BUILD | 2 +-
utils/rhash/HISTORY | 2 ++
utils/rhash/INSTALL | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit eb0398a905b766d1b6e152376fad4bccc6c88019
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rhash: Install librhash and dynamically-linked binaries

diff --git a/utils/rhash/BUILD b/utils/rhash/BUILD
index 8f58e6d..905434e 100755
--- a/utils/rhash/BUILD
+++ b/utils/rhash/BUILD
@@ -1 +1 @@
-make
+make build-shared
diff --git a/utils/rhash/HISTORY b/utils/rhash/HISTORY
index c6fac3d..9e5a004 100644
--- a/utils/rhash/HISTORY
+++ b/utils/rhash/HISTORY
@@ -1,2 +1,4 @@
2015-12-09 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS, INSTALL: spell created
+ * BUILD, INSTALL: Install librhash shared library and dynamically
+ linked binaries
diff --git a/utils/rhash/INSTALL b/utils/rhash/INSTALL
index a420c42..2dd7f77 100755
--- a/utils/rhash/INSTALL
+++ b/utils/rhash/INSTALL
@@ -1 +1,2 @@
-make PREFIX="$INSTALL_ROOT"/usr install
+make PREFIX="$INSTALL_ROOT"/usr install-shared &&
+make PREFIX="$INSTALL_ROOT"/usr -C librhash install-lib-shared
install-headers



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eb0398a905b766d1b6e152376fad4bccc6c88019), Ismael Luceno, 12/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page