<!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 examples-v2 (2011-03-14)</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>

        * crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/file_io/ChangeLog.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>file_io/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/file_io/crc/Makefile.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>file_io/crc/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/file_io/fat_ramdisk/Makefile.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>file_io/fat_ramdisk/Makefile</td></tr>
</table>
<pre>
<font color='#006600'>diff -u examples-v2/file_io/ChangeLog:1.6 examples-v2/file_io/ChangeLog:1.7
--- examples-v2/file_io/ChangeLog:1.6   Fri Mar 11 12:37:57 2011
+++ examples-v2/file_io/ChangeLog       Mon Mar 14 10:53:09 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-03-14    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
+
</font> 2011-03-11        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * fat_ramdisk/.cvsignore, fat_ramdisk/Makefile, fat_ramdisk/README,

<font color='#006600'>diff -u examples-v2/file_io/crc/Makefile:1.1 examples-v2/file_io/crc/Makefile:1.2
--- examples-v2/file_io/crc/Makefile:1.1        Fri Mar 11 11:35:59 2011
+++ examples-v2/file_io/crc/Makefile    Mon Mar 14 10:53:09 2011
</font><font color='#997700'>@@ -28,6 +28,8 @@
</font> 
 $(ARCH)/init.o: init.c stamp-fs-image
 
<font color='#000088'>+$(ARCH)/FilesystemImage.o: stamp-fs-image FilesystemImage.c FilesystemImage.h
+
</font> FilesystemImage: $(ARCH) rootfs/image.img
        cd rootfs ; \
            tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .

<font color='#006600'>diff -u examples-v2/file_io/fat_ramdisk/Makefile:1.1 examples-v2/file_io/fat_ramdisk/Makefile:1.2
--- examples-v2/file_io/fat_ramdisk/Makefile:1.1        Fri Mar 11 12:37:57 2011
+++ examples-v2/file_io/fat_ramdisk/Makefile    Mon Mar 14 10:53:09 2011
</font><font color='#997700'>@@ -28,6 +28,8 @@
</font> 
 $(ARCH)/init.o: init.c stamp-fs-image
 
<font color='#000088'>+$(ARCH)/FilesystemImage.o: stamp-fs-image FilesystemImage.c FilesystemImage.h
+
</font> FilesystemImage: $(ARCH) rootfs/shell-init
        cd rootfs ; \
            tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .
</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>