lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4c7f90b8 3/6: Prepare to use bsdtar


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4c7f90b8 3/6: Prepare to use bsdtar
Date: Sun, 5 Jun 2022 20:09:59 -0400 (EDT)

branch: master
commit 4c7f90b844a67c9eddd422ab78ea7d8f6ff39337
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Prepare to use bsdtar
---
 msw_cygwin.make  | 1 +
 msw_generic.make | 1 +
 msw_wsl.make     | 1 +
 posix_fhs.make   | 1 +
 4 files changed, 4 insertions(+)

diff --git a/msw_cygwin.make b/msw_cygwin.make
index d095b757..05e62d76 100644
--- a/msw_cygwin.make
+++ b/msw_cygwin.make
@@ -108,6 +108,7 @@ TAR     := tar
 # FHS-2.2 would presumably put these in /usr/bin . However, debian
 # puts 'bzip2' and 'grep' in /bin .
 
+BSDTAR  := bsdtar
 BZIP2   := bzip2
 DIFF    := diff
 GREP    := grep
diff --git a/msw_generic.make b/msw_generic.make
index e8055f3d..3c465350 100644
--- a/msw_generic.make
+++ b/msw_generic.make
@@ -88,6 +88,7 @@ TAR     := tar
 # FHS-2.2 would presumably put these in /usr/bin . However, debian
 # puts 'bzip2' and 'grep' in /bin .
 
+BSDTAR  := bsdtar
 BZIP2   := bzip2
 DIFF    := diff
 GREP    := grep
diff --git a/msw_wsl.make b/msw_wsl.make
index 3c7cc558..da3d0766 100644
--- a/msw_wsl.make
+++ b/msw_wsl.make
@@ -88,6 +88,7 @@ TAR     := tar
 # FHS-2.2 would presumably put these in /usr/bin . However, debian
 # puts 'bzip2' and 'grep' in /bin .
 
+BSDTAR  := bsdtar
 BZIP2   := bzip2
 DIFF    := diff
 GREP    := grep
diff --git a/posix_fhs.make b/posix_fhs.make
index a74cb45e..21c9394b 100644
--- a/posix_fhs.make
+++ b/posix_fhs.make
@@ -57,6 +57,7 @@ TAR     := tar
 
 # FHS-2.2 would put these in /usr/bin .
 
+BSDTAR  := bsdtar
 BZIP2   := bzip2
 DIFF    := diff
 GREP    := grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]