[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 7ea9aff 3/9: Import a terminal-tab setup scri
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 7ea9aff 3/9: Import a terminal-tab setup script from branch odd/multiarch |
Date: |
Sat, 18 May 2019 14:50:01 -0400 (EDT) |
branch: master
commit 7ea9affa60cb08f11a638c23234d4790180acbb3
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Import a terminal-tab setup script from branch odd/multiarch
Perhaps 'set_toolchain.sh' should be sourced in every tab. It seemed
more useful in this tab than in others.
---
tabs/5/startup_script | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tabs/5/startup_script b/tabs/5/startup_script
index 696facd..6a7c559 100755
--- a/tabs/5/startup_script
+++ b/tabs/5/startup_script
@@ -3,17 +3,17 @@
a='schroot --chroot=cross-lmi'
b='cd /opt/lmi/bin'
-c='wine ./lmi_wx_shared --ash_nazg --data_path=/opt/lmi/data'
-#d='wine ./wx_test --ash_nazg --data_path=/opt/lmi/data'
+c='LMI_COMPILER=gcc ; LMI_TRIPLET=i686-w64-mingw32 ; .
/opt/lmi/src/lmi/set_toolchain.sh'
+d='wine ./lmi_wx_shared --ash_nazg --data_path=/opt/lmi/data'
e='/opt/lmi/src/lmi/gui_test.sh'
print -rs $b ; echo $b ; eval $b
print -rs $c ; echo $c
-#print -rs $d ; echo $d
+print -rs $d ; echo $d
print -rs $e ; echo $e
unset a
unset b
unset c
-#unset d
+unset d
unset e
- [lmi-commits] [lmi] master updated (f2caa81 -> e0988be), Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 210257a 7/9: Source a script in a makefile, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master e0988be 9/9: Prefer xz to bzip2, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 7ea9aff 3/9: Import a terminal-tab setup script from branch odd/multiarch,
Greg Chicares <=
- [lmi-commits] [lmi] master f28084a 6/9: Prepare to "source" a script in a makefile, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 8cb87e1 8/9: Remove redundant duplication, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 67d4657 5/9: Fix defect introduced 20190420T2117: non-minimal $PATH, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master f52f6e1 4/9: Invoke 'set_toolchain.sh' instead of duplicating parts of it, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master e2e8d43 2/9: Adapt imported script to current directory structure, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master b03530f 1/9: Improve documentation, Greg Chicares, 2019/05/18