- Revision
- 16076
- Author
- stearns
- Date
- 2007-12-06 16:55:41 -0800 (Thu, 06 Dec 2007)
Log Message
tweak missing-gtime message on OSX
Modified Paths
Diff
Modified: trunk/chandler/tools/rt.py (16075 => 16076)
--- trunk/chandler/tools/rt.py 2007-12-07 00:34:02 UTC (rev 16075) +++ trunk/chandler/tools/rt.py 2007-12-07 00:55:41 UTC (rev 16076) @@ -1513,7 +1513,7 @@ log('gtime not found, skipping startup performance tests') log('NOTE: gtime is not part of OS X, you need to compile one' + \ 'yourself (get source from http://directory.fsf.org/time.html)' + \ - 'or get it from darwinports project.') + 'or get it from darwinports project; install it as /usr/local/bin/gtime.') else: t = '/usr/bin/time'
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
