lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master aaeae4e0 5/5: Revise instructions


From: Greg Chicares
Subject: [lmi-commits] [lmi] master aaeae4e0 5/5: Revise instructions
Date: Fri, 3 Mar 2023 09:35:44 -0500 (EST)

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

    Revise instructions
    
    Instead of building wx or wxPdfDoc explicitly, run 'install_msw.sh':
    it handles them both, and takes only five minutes on a decade-old
    workstation thanks to ccache.
---
 gwc/develop1.txt | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 67c868d0..7d257c54 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -262,16 +262,11 @@ make $coefficiency unit_tests build_type=safestdlib 2>&1 
| tee >(grep '\*\*\*')
 
 make $coefficiency unit_tests unit_test_targets=regex_test >../log 2>&1
 
-  # Build with a compiler other than gcc
+  # Build with a compiler other than gcc [obsolete]
 
 make -f bcc_5_5_1.make $coefficiency unit_tests >../log 2>&1
 make -f como.make $coefficiency unit_tests >../log 2>&1
 
-  # Build wx and wxpdfdoc
-
-make $coefficiency --output-sync=recurse -f install_wx.make >../log 2>&1
-make $coefficiency --output-sync=recurse -f install_wxpdfdoc.make >../log 2>&1
-
   # Shift differing system-test files among directories:
 pushd /opt/lmi/touchstone && d="/opt/lmi/touchstone-old/touchstone-$(date -u 
+'%Y%m%dT%H%MZ')" && mkdir -p $d && for z in *; do cmp --quiet $z ../test/$z || 
( mv $z $d/$z; mv ../test/$z ./$z; ) ; done && popd
 



reply via email to

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