<!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-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>

        * custom/default.cfg: 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//rtems/make/ChangeLog.diff?r1=text&tr1=1.347&r2=text&tr2=1.348&diff_format=h">M</a></td><td width='1%'>1.348</td><td width='100%'>make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/make/custom/default.cfg.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>make/custom/default.cfg</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/make/ChangeLog:1.347 rtems/make/ChangeLog:1.348
--- rtems/make/ChangeLog:1.347  Fri Mar  4 12:29:19 2011
+++ rtems/make/ChangeLog        Fri Apr  1 13:12:01 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * custom/default.cfg: Update to account for movement of .cfg files.
+
</font> 2011-03-04        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Remove (merged into ../Makefile.am).

<font color='#006600'>diff -u rtems/make/custom/default.cfg:1.20 rtems/make/custom/default.cfg:1.21
--- rtems/make/custom/default.cfg:1.20  Thu Sep 18 12:33:55 2008
+++ rtems/make/custom/default.cfg       Fri Apr  1 13:12:01 2011
</font><font color='#997700'>@@ -9,10 +9,10 @@
</font> #
 
 include $(exec_prefix)/$(RTEMS_BSP)/make/target.cfg
<font color='#880000'>-include $(RTEMS_ROOT)/make/host.cfg
</font><font color='#000088'>+include $(RTEMS_SHARE)/make/host.cfg
</font> 
 include $(RTEMS_ROOT)/make/main.cfg
 include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
 
 ## Target compiler config file, if any
<font color='#880000'>-CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
</font><font color='#000088'>+CONFIG.CC = $(RTEMS_SHARE)/make/compilers/gcc-target-default.cfg
</font></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.am, Makefile.inc.in, configure.ac, target.cfg.in: 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//rtems/c/src/make/ChangeLog.diff?r1=text&tr1=1.81&r2=text&tr2=1.82&diff_format=h">M</a></td><td width='1%'>1.82</td><td width='100%'>c/src/make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/Makefile.am.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&diff_format=h">M</a></td><td width='1%'>1.25</td><td width='100%'>c/src/make/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/Makefile.inc.in.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>c/src/make/Makefile.inc.in</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/configure.ac.diff?r1=text&tr1=1.33&r2=text&tr2=1.34&diff_format=h">M</a></td><td width='1%'>1.34</td><td width='100%'>c/src/make/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/target.cfg.in.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&diff_format=h">M</a></td><td width='1%'>1.9</td><td width='100%'>c/src/make/target.cfg.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/make/ChangeLog:1.81 rtems/c/src/make/ChangeLog:1.82
--- rtems/c/src/make/ChangeLog:1.81     Mon Mar 28 22:43:00 2011
+++ rtems/c/src/make/ChangeLog  Fri Apr  1 13:12:07 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-04-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to
+       account for movement of .cfg files.
+
</font> 2011-03-29        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Use '|' as sed-delimiter.

<font color='#006600'>diff -u rtems/c/src/make/Makefile.am:1.24 rtems/c/src/make/Makefile.am:1.25
--- rtems/c/src/make/Makefile.am:1.24   Mon Mar 28 22:43:00 2011
+++ rtems/c/src/make/Makefile.am        Fri Apr  1 13:12:07 2011
</font><font color='#997700'>@@ -40,6 +40,7 @@
</font> 
 target.cfg: target.cfg.in Makefile
        sed \
<font color='#000088'>+   -e "s|[@]RTEMS_API[@]|$(RTEMS_API)|" \
</font>   -e "s|[@]CPPFLAGS[@]|$(CPPFLAGS)|" \
        -e "s|[@]CFLAGS[@]|$(CFLAGS)|" \
        -e "s|[@]LIBS[@]|$(LIBS)|" \

<font color='#006600'>diff -u rtems/c/src/make/Makefile.inc.in:1.14 rtems/c/src/make/Makefile.inc.in:1.15
--- rtems/c/src/make/Makefile.inc.in:1.14       Tue Mar  8 17:56:52 2011
+++ rtems/c/src/make/Makefile.inc.in    Fri Apr  1 13:12:07 2011
</font><font color='#997700'>@@ -16,6 +16,8 @@
</font> SIZE_FOR_TARGET = @SIZE@
 OBJCOPY_FOR_TARGET = @OBJCOPY@
 
<font color='#000088'>+RTEMS_API = @RTEMS_API@
+
</font> CC= $(CC_FOR_TARGET)
 CXX= $(CXX_FOR_TARGET)
 AS= $(AS_FOR_TARGET)
<font color='#997700'>@@ -37,6 +39,7 @@
</font> RTEMS_ROOT = $(prefix)
 PROJECT_ROOT = $(RTEMS_ROOT)
 RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
<font color='#000088'>+RTEMS_SHARE = $(RTEMS_ROOT)/share/rtems$(RTEMS_API)
</font> 
 RTEMS_USE_OWN_PDIR = no
 RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@

<font color='#006600'>diff -u rtems/c/src/make/configure.ac:1.33 rtems/c/src/make/configure.ac:1.34
--- rtems/c/src/make/configure.ac:1.33  Sun Mar  6 22:05:18 2011
+++ rtems/c/src/make/configure.ac       Fri Apr  1 13:12:07 2011
</font><font color='#997700'>@@ -17,6 +17,7 @@
</font> AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
 AM_MAINTAINER_MODE
 
<font color='#000088'>+RTEMS_VERSIONING
</font> RTEMS_ENABLE_MULTIPROCESSING
 RTEMS_ENABLE_POSIX
 RTEMS_ENABLE_NETWORKING
<font color='#997700'>@@ -69,6 +70,7 @@
</font> AC_SUBST(program_prefix)
 AC_SUBST(CC_CFLAGS_DEFAULT)
 AC_SUBST(CC_CFLAGS_DEBUG_V)
<font color='#000088'>+AC_SUBST(RTEMS_API,[_RTEMS_API])
</font> 
 cfg_dir="${RTEMS_TOPdir}/make"
 AC_SUBST(cfg_dir)

<font color='#006600'>diff -u rtems/c/src/make/target.cfg.in:1.8 rtems/c/src/make/target.cfg.in:1.9
--- rtems/c/src/make/target.cfg.in:1.8  Thu Jun 17 11:30:05 2010
+++ rtems/c/src/make/target.cfg.in      Fri Apr  1 13:12:07 2011
</font><font color='#997700'>@@ -9,6 +9,7 @@
</font> LDFLAGS =
 LIBS = @LIBS@
 
<font color='#000088'>+RTEMS_API = @RTEMS_API@
</font> CC = @CC@
 AS = @AS@
 AR = @AR@
</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>