lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 128fe1f 3/6: Refactor for clarity


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 128fe1f 3/6: Refactor for clarity
Date: Fri, 19 May 2017 17:57:53 -0400 (EDT)

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

    Refactor for clarity
    
    Now that wx_version is set manually, and is expected to change more
    frequently than the wx sha1sum (e.g., when a patch is added), it's
    clearer to write it at the top of the applicable section.
---
 install_wx.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/install_wx.make b/install_wx.make
index 1a4a4e2..9b30868 100644
--- a/install_wx.make
+++ b/install_wx.make
@@ -62,6 +62,10 @@ use_git := Y
 
 ifneq ($(use_git), N)
 
+# Use a string distinct from any official wxwidgets.org release name
+# and from any such string previously used in this makefile.
+  wx_version        := 3.1.0-p1
+
 # wx_commit_sha     := 0b821adf903872b6d8b56630d2191c5b9c3362e5
 # wx_md5            := ac28a959aabe36e26ea039ed78a51b54
 # wx_commit_sha     := 730c1ee79b77b3eab58881492b2de6b659319ba2
@@ -75,10 +79,6 @@ ifneq ($(use_git), N)
   wx_commit_sha     := 41045df7ea5f93e4c07c1bd846d7127a372705bd
   wx_md5            := 89775012799fe5c9bd8ea61e5fa43da7
 
-# Use a string distinct from any official wxwidgets.org release name
-# and from any such string previously used in this makefile.
-  wx_version        := 3.1.0-p1
-
   wx_archive        := wxWidgets-$(wx_commit_sha).zip
 
   $(wx_archive)-md5 := $(wx_md5)



reply via email to

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