lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master bef5fc1 04/10: Rename a variable for concinni


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bef5fc1 04/10: Rename a variable for concinnity
Date: Tue, 30 Apr 2019 22:17:55 -0400 (EDT)

branch: master
commit bef5fc161d0a55bc0ee1406c8241b230af6fc460
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Rename a variable for concinnity
    
    As was done elsewhere in commit 046aece166, s/host_prefix/host_hyphen/
    because 'prefix' suggests an installation directory.
---
 msw_cygwin.make | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/msw_cygwin.make b/msw_cygwin.make
index 2539fb0..7132f53 100644
--- a/msw_cygwin.make
+++ b/msw_cygwin.make
@@ -61,15 +61,15 @@ gcc_bin_dir := /MinGW_/bin/
 #   i686-w64-mingw32-g++.exe
 # but not of the other tools.
 
-#host_prefix := i686-w64-mingw32-
-host_prefix :=
-
-AR      := $(gcc_bin_dir)$(host_prefix)ar
-CC      := $(gcc_bin_dir)$(host_prefix)gcc
-CPP     := $(gcc_bin_dir)$(host_prefix)cpp
-CXX     := $(gcc_bin_dir)$(host_prefix)g++
-LD      := $(gcc_bin_dir)$(host_prefix)g++
-RC      := $(gcc_bin_dir)$(host_prefix)windres
+#host_hyphen := i686-w64-mingw32-
+host_hyphen :=
+
+AR      := $(gcc_bin_dir)$(host_hyphen)ar
+CC      := $(gcc_bin_dir)$(host_hyphen)gcc
+CPP     := $(gcc_bin_dir)$(host_hyphen)cpp
+CXX     := $(gcc_bin_dir)$(host_hyphen)g++
+LD      := $(gcc_bin_dir)$(host_hyphen)g++
+RC      := $(gcc_bin_dir)$(host_hyphen)windres
 
 # Identify run-time libraries for redistribution. See:
 #   https://cygwin.com/ml/cygwin/2010-09/msg00553.html



reply via email to

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