lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 8cb87e1 8/9: Remove redundant duplication


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8cb87e1 8/9: Remove redundant duplication
Date: Sat, 18 May 2019 14:50:02 -0400 (EDT)

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

    Remove redundant duplication
    
    Removed code that duplicated parts of 'set_toolchain.sh' in a different
    langauge.
---
 msw_generic.make | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/msw_generic.make b/msw_generic.make
index 95e8b61..f6c3d25 100644
--- a/msw_generic.make
+++ b/msw_generic.make
@@ -31,15 +31,6 @@ endif
 
 system_root := /
 
-PERFORM := wine
-
-# $(winebindir) is where 'install_miscellanea.make' places 'md5sum.exe'.
-
-w0 := $(shell winepath -w $(localbindir) | sed -e's/\\/\\\\/g')
-w1 := $(shell winepath -w $(locallibdir) | sed -e's/\\/\\\\/g')
-w2 := $(shell winepath -w $(winebindir)  | sed -e's/\\/\\\\/g')
-export WINEPATH=$(w0);$(w1);$(w2)
-
 
################################################################################
 
 # Compiler, linker, and so on.



reply via email to

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