lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 7437f8e 5/6: Modernize an obsolete command


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7437f8e 5/6: Modernize an obsolete command
Date: Tue, 17 Sep 2019 10:53:14 -0400 (EDT)

branch: master
commit 7437f8e3250f5c371c933c11b4e7c7cd12347e95
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Modernize an obsolete command
    
    Replaced old build directory with new.
---
 lmi_setup_43.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index 7218224..5d9e045 100644
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -56,7 +56,8 @@ mkdir --parents /opt/lmi/touchstone
 cp -a /opt/lmi/proprietary/test/* /opt/lmi/touchstone/
 
 # Remove object files previously built without proprietary source:
-rm /opt/lmi/src/build/lmi/Linux/gcc/ship/my*
+. /opt/lmi/src/lmi/set_toolchain.sh
+rm /opt/lmi/${LMI_COMPILER}_${LMI_TRIPLET}/build/ship/my*
 
 # Regenerate the binary database (expect the 'rm' command here to fail
 # the first time, because there are no old files to remove):



reply via email to

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