lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6500] Resolve a marked defect


From: Greg Chicares
Subject: [lmi-commits] [6500] Resolve a marked defect
Date: Fri, 05 Feb 2016 14:56:55 +0000

Revision: 6500
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6500
Author:   chicares
Date:     2016-02-05 14:56:54 +0000 (Fri, 05 Feb 2016)
Log Message:
-----------
Resolve a marked defect

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2016-02-05 14:55:52 UTC (rev 6499)
+++ lmi/trunk/ChangeLog 2016-02-05 14:56:54 UTC (rev 6500)
@@ -38582,3 +38582,13 @@
   install_msw.sh
 Increase default parallelism.
 
+20160205T1454Z <address@hidden> [455]
+
+  install_msw.sh
+Improve timestamping.
+
+20160205T1455Z <address@hidden> [454]
+
+  fancy.make
+Resolve a marked defect.
+

Modified: lmi/trunk/fancy.make
===================================================================
--- lmi/trunk/fancy.make        2016-02-05 14:55:52 UTC (rev 6499)
+++ lmi/trunk/fancy.make        2016-02-05 14:56:54 UTC (rev 6500)
@@ -78,13 +78,10 @@
 end_time:
        @$(ECHO) Ended at $(volatile_time)
 
-# TODO ?? WENDY Would you please provide a definition of $(SLEEP) for
-# all platforms? For 'msw_generic.make', you can forward to the MSYS
-# implementation this way:
-#   C:/usr/bin[0]$cat sleep
-#   #! /usr/bin/sh
-#   /msys/1.0/bin/sleep "$@"
-SLEEP = /usr/bin/sleep
+# FHS-2.3 does not specify where sleep(1) resides. For opensolaris:
+#   http://www.unix.com/man-page/opensolaris/1/sleep/
+# it's in /usr/bin/ ; but it's in /bin/ for debian-7.
+SLEEP = PATH=/bin:/usr/bin sleep
 
 # This target demonstrates the reason for $(print_end_time).
 #




reply via email to

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