lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 992aef4 2/2: Purge comments that are n


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 992aef4 2/2: Purge comments that are no longer useful
Date: Wed, 15 May 2019 06:57:09 -0400 (EDT)

branch: odd/multiarch
commit 992aef4fb13a1e4acc30f706dec855a972228406
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Purge comments that are no longer useful
    
    * GNUmakefile: There's nothing wrong with the 'eviscerate' target. Its
    effects are so severe that it should remain a separate command.
    
    * install_msw.sh: The suggested change has already made in trunk.
    * install_wx.sh: Likewise.
---
 GNUmakefile    | 3 ---
 install_msw.sh | 2 --
 install_wx.sh  | 1 -
 3 files changed, 6 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 3c26dba..5198549 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -367,9 +367,6 @@ clobber: source_clean
 raze: source_clean
        -$(RM) --force --recursive $(exec_prefix)
 
-# This is at least temporarily useful while 'install_msw.sh' is
-# rapidly changing; but then perhaps it should be moved thither.
-
 .PHONY: eviscerate
 eviscerate: source_clean
        -$(RM) --force --recursive $(prefix)/third_party
diff --git a/install_msw.sh b/install_msw.sh
index fc3eba4..b895bc8 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -238,8 +238,6 @@ printf '2450449 2472011'                            
>/opt/lmi/data/expiry
 printf '5fc68a795c9c60da1b32be989efc299a  expiry\n' 
>/opt/lmi/data/validated.md5
 printf '391daa5cbc54e118c4737446bcb84eea'           >/opt/lmi/data/passkey
 
-# add proprietary versions to proprietary repository; then prefer them
-#
 # Surrogates for proprietary graphics:
 for z in company_logo.png group_quote_banner.png ;
   do cp --archive /opt/lmi/src/lmi/gwc/$z /opt/lmi/data/ ;
diff --git a/install_wx.sh b/install_wx.sh
index b1f2cbc..294da80 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -89,7 +89,6 @@ case "$build_type" in
 esac
 
 # Distinguish wx dll by host type, compiler version, and wx SHA1.
-# Generalize 'gcc' to ${LMI_COMPILER}
 gcc_version=$(${mingw_bin_dir}${LMI_TRIPLET}-gcc -dumpversion|tr -d '\r')
 vendor=${LMI_TRIPLET}-$gcc_version-$wx_commit_sha
 



reply via email to

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