lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6475] Fix defect introduced 20160118T0304Z: sh quoting


From: Greg Chicares
Subject: [lmi-commits] [6475] Fix defect introduced 20160118T0304Z: sh quoting
Date: Mon, 18 Jan 2016 04:19:30 +0000

Revision: 6475
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6475
Author:   chicares
Date:     2016-01-18 04:19:29 +0000 (Mon, 18 Jan 2016)
Log Message:
-----------
Fix defect introduced 20160118T0304Z: sh quoting

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2016-01-18 04:17:28 UTC (rev 6474)
+++ lmi/trunk/ChangeLog 2016-01-18 04:19:29 UTC (rev 6475)
@@ -38459,3 +38459,13 @@
   msw_cygwin.make
 Use MinGW-w64 cross compiler.
 
+20160118T0417Z <address@hidden> [455]
+
+  msw_cygwin.make
+Fix defect introduced 20160118T0304Z: sys-root missing triplet.
+
+20160118T0419Z <address@hidden> [455]
+
+  workhorse.make
+Fix defect introduced 20160118T0304Z: sh quoting.
+

Modified: lmi/trunk/workhorse.make
===================================================================
--- lmi/trunk/workhorse.make    2016-01-18 04:17:28 UTC (rev 6474)
+++ lmi/trunk/workhorse.make    2016-01-18 04:19:29 UTC (rev 6475)
@@ -933,7 +933,7 @@
        @$(CP) --preserve --update $^ $(bin_dir)
        @$(CP) --preserve --update $(data_files) $(data_dir)
        @$(CP) --preserve --update $(help_files) $(data_dir)
-       @[ -z $(compiler_runtime_files) ] \
+       @[ -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)




reply via email to

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