lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6ac1e493 2/7: Remove disused 'system_root'


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6ac1e493 2/7: Remove disused 'system_root'
Date: Thu, 23 Jun 2022 07:44:18 -0400 (EDT)

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

    Remove disused 'system_root'
---
 msw_cygwin.make  | 4 ----
 msw_generic.make | 4 ----
 msw_wsl.make     | 4 ----
 posix_fhs.make   | 1 -
 4 files changed, 13 deletions(-)

diff --git a/msw_cygwin.make b/msw_cygwin.make
index 05e62d76..fa4a1605 100644
--- a/msw_cygwin.make
+++ b/msw_cygwin.make
@@ -38,10 +38,6 @@ endif
 
 
################################################################################
 
-system_root := /cygdrive/c
-
-################################################################################
-
 # Use cygwin as a quasi-cross-compiler for --host=*-w64-mingw32.
 
 # For autotoolized libraries, pass flags such as these to 'configure':
diff --git a/msw_generic.make b/msw_generic.make
index 655fe651..17daa44d 100644
--- a/msw_generic.make
+++ b/msw_generic.make
@@ -29,10 +29,6 @@ endif
 
 
################################################################################
 
-system_root := /
-
-################################################################################
-
 # Compiler, linker, and so on.
 
 # Full path to gcc binaries, slash-terminated if nonempty. Setting it
diff --git a/msw_wsl.make b/msw_wsl.make
index da3d0766..e7884b67 100644
--- a/msw_wsl.make
+++ b/msw_wsl.make
@@ -29,10 +29,6 @@ endif
 
 
################################################################################
 
-system_root := /
-
-################################################################################
-
 # Compiler, linker, and so on.
 
 # Full path to gcc binaries, slash-terminated if nonempty. Setting it
diff --git a/posix_fhs.make b/posix_fhs.make
index fac0c24b..838e92cf 100644
--- a/posix_fhs.make
+++ b/posix_fhs.make
@@ -22,7 +22,6 @@
 
 
################################################################################
 
-system_root := /
 SHREXT := .so
 
 EXTRA_LIBS := -ldw -lunwind -ldl



reply via email to

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