<!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-04-01)</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-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>

        * Makefile, libcpp/Makefile: Update to account for movement of .cfg
        files.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/cxx/ChangeLog.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>cxx/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/cxx/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%'>cxx/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/cxx/libcpp/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>cxx/libcpp/Makefile</td></tr>
</table>
<pre>
<font color='#006600'>diff -u examples-v2/cxx/ChangeLog:1.4 examples-v2/cxx/ChangeLog:1.5
--- examples-v2/cxx/ChangeLog:1.4       Thu Apr 29 16:51:56 2010
+++ examples-v2/cxx/ChangeLog   Fri Apr  1 13:11:30 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile, libcpp/Makefile: Update to account for movement of .cfg
+       files.
+
</font> 2010-04-29        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * cxx_throw/init.cc: Turn off test when BSP_SMALL_MEMORY defined.

<font color='#006600'>diff -u examples-v2/cxx/Makefile:1.1 examples-v2/cxx/Makefile:1.2
--- examples-v2/cxx/Makefile:1.1        Thu Aug  6 16:25:39 2009
+++ examples-v2/cxx/Makefile    Fri Apr  1 13:11:30 2011
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 # These tests require C++
 ifneq ($(CXX_FOR_TARGET),)

<font color='#006600'>diff -u examples-v2/cxx/libcpp/Makefile:1.2 examples-v2/cxx/libcpp/Makefile:1.3
--- examples-v2/cxx/libcpp/Makefile:1.2 Thu Aug  6 18:42:04 2009
+++ examples-v2/cxx/libcpp/Makefile     Fri Apr  1 13:11:30 2011
</font><font color='#997700'>@@ -25,7 +25,7 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(PROJECT_ROOT)/make/lib.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/lib.cfg
</font> 
 #
 # Extra rules for other variations on C++ file name extensions
</pre>
<p> </p>
<a name='cs2'></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-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>

        * Makefile: Update to account for movement of .cfg files.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/ChangeLog.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/benchmarks/ChangeLog.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%'>benchmarks/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/benchmarks/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%'>benchmarks/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/classic_api/ChangeLog.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>classic_api/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/classic_api/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%'>classic_api/Makefile</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.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</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/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>file_io/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/hello/ChangeLog.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>hello/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/hello/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%'>hello/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/led/ChangeLog.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>led/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/led/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>led/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/misc/ChangeLog.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>misc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/misc/Makefile.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%'>misc/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/posix_api/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>posix_api/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/posix_api/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%'>posix_api/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/ticker/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>ticker/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/ticker/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%'>ticker/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/uboot/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>uboot/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/uboot/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%'>uboot/Makefile</td></tr>
</table>
<pre>
<font color='#006600'>diff -u examples-v2/ChangeLog:1.4 examples-v2/ChangeLog:1.5
--- examples-v2/ChangeLog:1.4   Tue Mar  8 01:29:35 2011
+++ examples-v2/ChangeLog       Fri Apr  1 13:11:46 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2011-03-08        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * classic_api/triple_period/Makefile:<span style="background-color: #FF0000"> </span>

<font color='#006600'>diff -u examples-v2/Makefile:1.3 examples-v2/Makefile:1.4
--- examples-v2/Makefile:1.3    Thu Aug  6 18:23:35 2009
+++ examples-v2/Makefile        Fri Apr  1 13:11:46 2011
</font><font color='#997700'>@@ -4,9 +4,10 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
<font color='#880000'>-SUBDIRS=classic_api posix_api hello led misc ticker file_io
</font><font color='#000088'>+SUBDIRS=classic_api posix_api hello led misc ticker file_io \
+  benchmarks
</font> 
 # Monitor Specific Examples
 SUBDIRS += uboot

<font color='#006600'>diff -u examples-v2/benchmarks/ChangeLog:1.1 examples-v2/benchmarks/ChangeLog:1.2
--- examples-v2/benchmarks/ChangeLog:1.1        Thu Mar 17 08:24:16 2011
+++ examples-v2/benchmarks/ChangeLog    Fri Apr  1 13:11:26 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2011-03-17        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * ChangeLog, Makefile, nbench/Makefile, nbench/README, nbench/main.c,

<font color='#006600'>diff -u examples-v2/benchmarks/Makefile:1.1 examples-v2/benchmarks/Makefile:1.2
--- examples-v2/benchmarks/Makefile:1.1 Thu Mar 17 08:24:16 2011
+++ examples-v2/benchmarks/Makefile     Fri Apr  1 13:11:26 2011
</font><font color='#997700'>@@ -4,6 +4,6 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 SUBDIRS=nbench

<font color='#006600'>diff -u examples-v2/classic_api/ChangeLog:1.3 examples-v2/classic_api/ChangeLog:1.4
--- examples-v2/classic_api/ChangeLog:1.3       Thu Mar  3 12:00:29 2011
+++ examples-v2/classic_api/ChangeLog   Fri Apr  1 13:11:28 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2011-03-03        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * classic_signal/test.c: Example clean up.

<font color='#006600'>diff -u examples-v2/classic_api/Makefile:1.1 examples-v2/classic_api/Makefile:1.2
--- examples-v2/classic_api/Makefile:1.1        Thu Aug  6 15:25:58 2009
+++ examples-v2/classic_api/Makefile    Fri Apr  1 13:11:28 2011
</font><font color='#997700'>@@ -4,6 +4,6 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 SUBDIRS=classic_signal triple_period

<font color='#006600'>diff -u examples-v2/file_io/ChangeLog:1.7 examples-v2/file_io/ChangeLog:1.8
--- examples-v2/file_io/ChangeLog:1.7   Mon Mar 14 10:53:09 2011
+++ examples-v2/file_io/ChangeLog       Fri Apr  1 13:11:31 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2011-03-14        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.

<font color='#006600'>diff -u examples-v2/file_io/Makefile:1.2 examples-v2/file_io/Makefile:1.3
--- examples-v2/file_io/Makefile:1.2    Fri Mar 11 11:35:58 2011
+++ examples-v2/file_io/Makefile        Fri Apr  1 13:11:32 2011
</font><font color='#997700'>@@ -4,6 +4,6 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 SUBDIRS = fdopen filerdback repeated_opens crc

<font color='#006600'>diff -u examples-v2/hello/ChangeLog:1.3 examples-v2/hello/ChangeLog:1.4
--- examples-v2/hello/ChangeLog:1.3     Thu Mar  3 12:00:33 2011
+++ examples-v2/hello/ChangeLog Fri Apr  1 13:11:34 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2011-03-03        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * both_hello/test.c, hello_world_c/test.c, posix_hello_world/test.c:

<font color='#006600'>diff -u examples-v2/hello/Makefile:1.1 examples-v2/hello/Makefile:1.2
--- examples-v2/hello/Makefile:1.1      Thu Aug  6 15:25:58 2009
+++ examples-v2/hello/Makefile  Fri Apr  1 13:11:34 2011
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 SUBDIRS=hello_world_c<span style="background-color: #FF0000"> </span>
 

<font color='#006600'>diff -u examples-v2/led/ChangeLog:1.12 examples-v2/led/ChangeLog:1.13
--- examples-v2/led/ChangeLog:1.12      Thu Mar  3 12:00:34 2011
+++ examples-v2/led/ChangeLog   Fri Apr  1 13:11:36 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2011-03-03        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * event_server/init.c, msg_server/init.c, sem_server/init.c,

<font color='#006600'>diff -u examples-v2/led/Makefile:1.3 examples-v2/led/Makefile:1.4
--- examples-v2/led/Makefile:1.3        Mon Oct 12 15:57:29 2009
+++ examples-v2/led/Makefile    Fri Apr  1 13:11:36 2011
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 SUBDIRS=delay event_server msg_server sem_server ratemon1 ratemon2 \
   timeout_event timer timer_server

<font color='#006600'>diff -u examples-v2/misc/ChangeLog:1.13 examples-v2/misc/ChangeLog:1.14
--- examples-v2/misc/ChangeLog:1.13     Thu Mar  3 08:39:19 2011
+++ examples-v2/misc/ChangeLog  Fri Apr  1 13:11:38 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2011-03-03        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1748/bsps

<font color='#006600'>diff -u examples-v2/misc/Makefile:1.6 examples-v2/misc/Makefile:1.7
--- examples-v2/misc/Makefile:1.6       Thu Mar  3 08:38:54 2011
+++ examples-v2/misc/Makefile   Fri Apr  1 13:11:38 2011
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 SUBDIRS=minimum bspcmdline extract_example nanosecond_tick_wrap
 

<font color='#006600'>diff -u examples-v2/posix_api/ChangeLog:1.2 examples-v2/posix_api/ChangeLog:1.3
--- examples-v2/posix_api/ChangeLog:1.2 Thu Aug  6 16:27:51 2009
+++ examples-v2/posix_api/ChangeLog     Fri Apr  1 13:11:40 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2009-08-06        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * psx_example_1/.cvsignore, psx_example_2/.cvsignore,

<font color='#006600'>diff -u examples-v2/posix_api/Makefile:1.1 examples-v2/posix_api/Makefile:1.2
--- examples-v2/posix_api/Makefile:1.1  Thu Aug  6 16:26:29 2009
+++ examples-v2/posix_api/Makefile      Fri Apr  1 13:11:40 2011
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 # If the POSIX API isn't enabled, we can't build these
 ifeq ($(RTEMS_HAS_POSIX_API),yes)

<font color='#006600'>diff -u examples-v2/ticker/ChangeLog:1.2 examples-v2/ticker/ChangeLog:1.3
--- examples-v2/ticker/ChangeLog:1.2    Tue Oct  6 16:46:28 2009
+++ examples-v2/ticker/ChangeLog        Fri Apr  1 13:11:42 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2009-10-06        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * low_ticker1/init.c: Change minimum stack space on SPARC to 1024.

<font color='#006600'>diff -u examples-v2/ticker/Makefile:1.1 examples-v2/ticker/Makefile:1.2
--- examples-v2/ticker/Makefile:1.1     Thu Aug  6 15:25:58 2009
+++ examples-v2/ticker/Makefile Fri Apr  1 13:11:42 2011
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 # Ticker Variations
 SUBDIRS = ticker low_ticker low_ticker1 low_ticker2<span style="background-color: #FF0000"> </span>

<font color='#006600'>diff -u examples-v2/uboot/ChangeLog:1.2 examples-v2/uboot/ChangeLog:1.3
--- examples-v2/uboot/ChangeLog:1.2     Thu Aug  6 18:23:01 2009
+++ examples-v2/uboot/ChangeLog Fri Apr  1 13:11:44 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile: Update to account for movement of .cfg files.
+
</font> 2009-08-06        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * uboot_getenv/.cvsignore: New file.

<font color='#006600'>diff -u examples-v2/uboot/Makefile:1.1 examples-v2/uboot/Makefile:1.2
--- examples-v2/uboot/Makefile:1.1      Thu Aug  6 16:25:57 2009
+++ examples-v2/uboot/Makefile  Fri Apr  1 13:11:44 2011
</font><font color='#997700'>@@ -4,6 +4,6 @@
</font> 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
<font color='#880000'>-include $(RTEMS_ROOT)/make/directory.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/directory.cfg
</font> 
 SUBDIRS = uboot_getenv
</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>