Skip to Content.
Sympa Menu

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

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 (4910e8f605e69bf690c64c9e28d69570c77cd4e1)
  • Date: Mon, 22 Aug 2022 01:52:20 +0000

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

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

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

devel/binutils: switched to find + cpio for real installation

diff --git a/devel/binutils/HISTORY b/devel/binutils/HISTORY
index b51c561..7409083 100644
--- a/devel/binutils/HISTORY
+++ b/devel/binutils/HISTORY
@@ -1,3 +1,6 @@
+2022-08-21 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: switched to find + cpio for real installation
+
2022-08-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.39

diff --git a/devel/binutils/INSTALL b/devel/binutils/INSTALL
index 3f0c82c..717c8b3 100755
--- a/devel/binutils/INSTALL
+++ b/devel/binutils/INSTALL
@@ -1,2 +1,2 @@
cd INSTALL_ROOT &&
-tar -cf- . | (cd "$INSTALL_ROOT/" && tar -xvf-)
+find . | cpio --pass-through --make-directories --verbose "${INSTALL_ROOT}/"



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

Archive powered by MHonArc 2.6.24.

Top of Page