Skip to Content.
Sympa Menu

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

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 (b5c13bfcc974ea405adb332e61f2299f7fbf611c)
  • Date: Mon, 22 Aug 2022 01:41:41 +0000

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

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

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

libs/glibc: switched to find + cpio for real installation

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index c1101ad..5a4edb8 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2022-08-21 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: switched to find + cpio for real installation
+
2022-08-15 Pavel Vinogradov <public AT sourcemage.org>
* INSTALL: further simplified untar operation, symlink for dynamic
loader on
x86_64 systems is created in the fake directory and gets copied with
diff --git a/libs/glibc/INSTALL b/libs/glibc/INSTALL
index 558b17d..3a7788b 100755
--- a/libs/glibc/INSTALL
+++ b/libs/glibc/INSTALL
@@ -37,7 +37,7 @@ 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 &&
-tar -cf- . | tar -C "${INSTALL_ROOT}/" -xvf-
+find . | cpio --pass-through --make-directories --verbose "${INSTALL_ROOT}/"

( ldconfig || true ) &&




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b5c13bfcc974ea405adb332e61f2299f7fbf611c), Pavel Vinogradov, 08/21/2022

Archive powered by MHonArc 2.6.24.

Top of Page