Skip to Content.
Sympa Menu

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

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 (f40cbe2323bd4e616e9a91d36e0abcbd59947284)
  • Date: Fri, 30 Aug 2019 18:23:57 +0000

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

archive/lz4/HISTORY | 4 ++++
archive/lz4/INSTALL | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

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

lz4: Force replacement of targets to fix install

The Makefile wrongly uses LN_S instead of LN_SF to install symlinks,
which fails if they exist on the system. Set LN_S='ln -sf' to
workaround that.

diff --git a/archive/lz4/HISTORY b/archive/lz4/HISTORY
index 0e13f15..3c6c86b 100644
--- a/archive/lz4/HISTORY
+++ b/archive/lz4/HISTORY
@@ -1,3 +1,7 @@
+2019-08-30 Ismael Luceno <ismael AT sourcemage.org>
+ * INSTALL: Fixed installation; set LN_S=LN_SF to force the replacement
+ of targets
+
2019-08-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.9.2

diff --git a/archive/lz4/INSTALL b/archive/lz4/INSTALL
index 95a70a1..da28c74 100755
--- a/archive/lz4/INSTALL
+++ b/archive/lz4/INSTALL
@@ -1 +1 @@
-make PREFIX=/usr install
+make LN_S='ln -sf' PREFIX=/usr install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f40cbe2323bd4e616e9a91d36e0abcbd59947284), Ismael Luceno, 08/30/2019

Archive powered by MHonArc 2.6.24.

Top of Page