<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-06-19)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>

        * Makefile.am: Fix broken path to clockdrv_shell.h.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/pc386/ChangeLog.diff?r1=text&tr1=1.272&r2=text&tr2=1.273&diff_format=h">M</a></td><td width='1%'>1.273</td><td width='100%'>c/src/lib/libbsp/i386/pc386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/pc386/Makefile.am.diff?r1=text&tr1=1.59&r2=text&tr2=1.60&diff_format=h">M</a></td><td width='1%'>1.60</td><td width='100%'>c/src/lib/libbsp/i386/pc386/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/pc386/ChangeLog:1.272 rtems/c/src/lib/libbsp/i386/pc386/ChangeLog:1.273
--- rtems/c/src/lib/libbsp/i386/pc386/ChangeLog:1.272   Mon Apr 11 06:55:41 2011
+++ rtems/c/src/lib/libbsp/i386/pc386/ChangeLog Sun Jun 19 16:16:36 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-06-19    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * Makefile.am: Fix broken path to clockdrv_shell.h.
+
</font> 2011-04-11        Keith Robertson <kjrobert at alumni dot uwaterloo dot ca>
 
        * ne2000/ne2000.c: Add multicast support.  Patch submitted to mailing

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/pc386/Makefile.am:1.59 rtems/c/src/lib/libbsp/i386/pc386/Makefile.am:1.60
--- rtems/c/src/lib/libbsp/i386/pc386/Makefile.am:1.59  Wed May 25 09:38:45 2011
+++ rtems/c/src/lib/libbsp/i386/pc386/Makefile.am       Sun Jun 19 16:16:36 2011
</font><font color='#997700'>@@ -59,8 +59,8 @@
</font> libbsp_a_SOURCES =
 
 # clock
<font color='#880000'>-libbsp_a_SOURCES += clock/ckinit.c clock/todcfg.c ../../shared/tod.c \
-    ../../../shared/clockdrv_shell.h
</font><font color='#000088'>+libbsp_a_SOURCES += clock/ckinit.c clock/todcfg.c ../../shared/tod.c
+libbsp_a_SOURCES += ../../shared/clockdrv_shell.h
</font> 
 include_rtemsdir = $(includedir)/rtems
 include_rtems_HEADERS = console/keyboard.h console/kd.h console/ps2_drv.h
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>