Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2666aea4c1dd31b87182f6edce28c67db777b0d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2666aea4c1dd31b87182f6edce28c67db777b0d2)
  • Date: Wed, 7 Sep 2022 06:37:48 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/glibc/HISTORY | 3 +++
libs/glibc/INSTALL | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 2666aea4c1dd31b87182f6edce28c67db777b0d2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/glibc: cpio should overwrite old files unconditionally

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 5a4edb8..4e4ef65 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2022-09-07 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: tell cpio to unconditionally overwrite old files
+
2022-08-21 Pavel Vinogradov <public AT sourcemage.org>
* INSTALL: switched to find + cpio for real installation

diff --git a/libs/glibc/INSTALL b/libs/glibc/INSTALL
index 3a7788b..47c1726 100755
--- a/libs/glibc/INSTALL
+++ b/libs/glibc/INSTALL
@@ -37,7 +37,8 @@ if test -d ${TRACK_ROOT}/lib64 && test -f
./lib/ld-linux-x86-64.so.2; then
mkdir -p ./lib64 &&
ln -sf $TRACK_ROOT/lib/ld-linux-x86-64.so.2 ./lib64/ld-linux-x86-64.so.2
fi &&
-find . | cpio --pass-through --make-directories --verbose "${INSTALL_ROOT}/"
+find . | cpio --pass-through --make-directories --unconditional --verbose \
+ "${INSTALL_ROOT}/"

( ldconfig || true ) &&




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2666aea4c1dd31b87182f6edce28c67db777b0d2), Pavel Vinogradov, 09/07/2022

Archive powered by MHonArc 2.6.24.

Top of Page