lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6471] Install toolchain runtime libraries in /opt/lmi/loc


From: Greg Chicares
Subject: [lmi-commits] [6471] Install toolchain runtime libraries in /opt/lmi/local/bin/
Date: Mon, 18 Jan 2016 01:31:25 +0000

Revision: 6471
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6471
Author:   chicares
Date:     2016-01-18 01:31:24 +0000 (Mon, 18 Jan 2016)
Log Message:
-----------
Install toolchain runtime libraries in /opt/lmi/local/bin/

Modified Paths:
--------------
    lmi/trunk/workhorse.make

Modified: lmi/trunk/workhorse.make
===================================================================
--- lmi/trunk/workhorse.make    2016-01-18 00:52:15 UTC (rev 6470)
+++ lmi/trunk/workhorse.make    2016-01-18 01:31:24 UTC (rev 6471)
@@ -911,6 +911,8 @@
        @$(CP) --preserve --update $^ $(bin_dir)
        @$(CP) --preserve --update $(data_files) $(data_dir)
        @$(CP) --preserve --update $(help_files) $(data_dir)
+       @[ -z $(compiler_runtime_files) ] \
+         || $(CP) --preserve --update $(compiler_runtime_files) 
/opt/lmi/local/bin
 ifeq (,$(USE_SO_ATTRIBUTES))
        @cd $(data_dir); $(bin_dir)/product_files$(EXEEXT)
 else
@@ -1136,8 +1138,6 @@
 
 .PHONY: %$(EXEEXT)-run
 %$(EXEEXT)-run: mpatrol.log
-       @[ -z $(compiler_runtime_files) ] \
-         || $(CP) --preserve --update $(compiler_runtime_files) .
        @$(ECHO) -e "\nRunning $*:"
        @-./$* --accept
        @[ -f mpatrol.log ] \




reply via email to

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