lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 8717778 1/8: Update lists of handy commands


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8717778 1/8: Update lists of handy commands
Date: Thu, 18 May 2017 22:45:44 -0400 (EDT)

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

    Update lists of handy commands
    
    * gwc/develop1.txt: add commands for building wx, wxpdfdoc
    * gwc/develop2.txt: adapt commands to renamed source dir
---
 gwc/develop1.txt | 5 +++++
 gwc/develop2.txt | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 15f913e..33a93a6 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -130,6 +130,11 @@ make $coefficiency unit_tests 
unit_test_targets=regex_test.exe >../log 2>&1
 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:
 cd /opt/lmi/touchstone
 for z in *; do cmp --quiet $z ../test/$z || ( mv $z 
../touchstone_intermediate_eraseme/$z; mv ../test/$z ./$z; ) ; done
diff --git a/gwc/develop2.txt b/gwc/develop2.txt
index cb741d6..958e626 100644
--- a/gwc/develop2.txt
+++ b/gwc/develop2.txt
@@ -15,10 +15,10 @@ git clone file:///opt/lmi/blessed/proprietary
   # (a pre-commit hook shows these commands' output, filtered)
 
 cd /opt/lmi/proprietary/data/
-cd ../data  ; make src_dir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
-cd ../src   ; make src_dir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
-cd ../test  ; make src_dir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
-cd ../tables; make src_dir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
+cd ../data  ; make srcdir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
+cd ../src   ; make srcdir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
+cd ../test  ; make srcdir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
+cd ../tables; make srcdir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
 
   # Commit the changes in whatever batches make sense
 



reply via email to

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