change log for rtems (2010-06-11)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Jun 11 11:11:54 UTC 2010
*ralf* (on branch rtems-4-10-branch):
2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
* cpu_supplement/Makefile.am: Include main.am.
M 1.277 doc/ChangeLog
M 1.274.2.2 doc/ChangeLog
M 1.7 doc/cpu_supplement/Makefile.am
M 1.5.2.3 doc/cpu_supplement/Makefile.am
diff -u rtems/doc/ChangeLog:1.276 rtems/doc/ChangeLog:1.277
--- rtems/doc/ChangeLog:1.276 Fri Jun 11 02:45:56 2010
+++ rtems/doc/ChangeLog Fri Jun 11 05:54:25 2010
@@ -1,5 +1,9 @@
2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * cpu_supplement/Makefile.am: Include main.am.
+
+2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
+
* ada_user/stamp-vti, ada_user/version.texi,
bsp_howto/stamp-vti, bsp_howto/version.texi,
cpu_supplement/stamp-vti, cpu_supplement/version.texi,
diff -u rtems/doc/ChangeLog:1.274.2.1 rtems/doc/ChangeLog:1.274.2.2
--- rtems/doc/ChangeLog:1.274.2.1 Fri Jun 11 02:37:06 2010
+++ rtems/doc/ChangeLog Fri Jun 11 05:55:13 2010
@@ -1,4 +1,20 @@
-2010-05-11 Ralf Corsépius <ralf.corsepius at rtems.org>
+2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * cpu_supplement/Makefile.am: Include main.am.
+
+2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * ada_user/Makefile.am, bsp_howto/Makefile.am,
+ cpu_supplement/Makefile.am, develenv/Makefile.am,
+ filesystem/Makefile.am, itron3.0/Makefile.am,
+ networking/Makefile.am, new_chapters/Makefile.am,
+ porting/Makefile.am, posix1003.1/Makefile.am,
+ posix_users/Makefile.am, relnotes/Makefile.am,
+ shell/Makefile.am, started/Makefile.am,
+ started_ada/Makefile.am, user/Makefile.am:
+ Remove EDITION (Unused).
+
+2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
* cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi:
Remove tic4x.
diff -u rtems/doc/cpu_supplement/Makefile.am:1.6 rtems/doc/cpu_supplement/Makefile.am:1.7
--- rtems/doc/cpu_supplement/Makefile.am:1.6 Fri Jun 11 02:40:00 2010
+++ rtems/doc/cpu_supplement/Makefile.am Fri Jun 11 05:54:25 2010
@@ -9,17 +9,10 @@
PROJECT = cpu_supplement
include $(top_srcdir)/project.am
+include $(top_srcdir)/main.am
REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
-html_projectdir = $(htmldir)/$(PROJECT)
-
-TEXI2WWW_ARGS=\
--I $(srcdir) -I $(top_srcdir) -I $(top_builddir) \
--dirfile ../index.html \
--header rtems_header.html \
--footer rtems_footer.html \
--icons ../images
GENERATED_FILES = general.texi arm.texi avr.texi bfin.texi i386.texi lm32.texi \
m68k.texi mips.texi powerpc.texi sh.texi sparc.texi tic4x.texi
diff -u rtems/doc/cpu_supplement/Makefile.am:1.5.2.2 rtems/doc/cpu_supplement/Makefile.am:1.5.2.3
--- rtems/doc/cpu_supplement/Makefile.am:1.5.2.2 Fri Jun 11 02:39:50 2010
+++ rtems/doc/cpu_supplement/Makefile.am Fri Jun 11 05:55:13 2010
@@ -9,17 +9,10 @@
PROJECT = cpu_supplement
include $(top_srcdir)/project.am
+include $(top_srcdir)/main.am
REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
-html_projectdir = $(htmldir)/$(PROJECT)
-
-TEXI2WWW_ARGS=\
--I $(srcdir) -I $(top_srcdir) -I $(top_builddir) \
--dirfile ../index.html \
--header rtems_header.html \
--footer rtems_footer.html \
--icons ../images
GENERATED_FILES = general.texi arm.texi avr.texi bfin.texi i386.texi lm32.texi \
m68k.texi mips.texi powerpc.texi sh.texi sparc.texi
*ralf* (on branch rtems-4-10-branch):
2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
* main.am: Don't install html_projectdir unconditionally.
M 1.278 doc/ChangeLog
M 1.274.2.3 doc/ChangeLog
M 1.7 doc/main.am
M 1.6.10.1 doc/main.am
diff -u rtems/doc/ChangeLog:1.277 rtems/doc/ChangeLog:1.278
--- rtems/doc/ChangeLog:1.277 Fri Jun 11 05:54:25 2010
+++ rtems/doc/ChangeLog Fri Jun 11 05:57:22 2010
@@ -1,5 +1,6 @@
2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * main.am: Don't install html_projectdir unconditionally.
* cpu_supplement/Makefile.am: Include main.am.
2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
diff -u rtems/doc/ChangeLog:1.274.2.2 rtems/doc/ChangeLog:1.274.2.3
--- rtems/doc/ChangeLog:1.274.2.2 Fri Jun 11 05:55:13 2010
+++ rtems/doc/ChangeLog Fri Jun 11 05:57:37 2010
@@ -1,5 +1,6 @@
2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * main.am: Don't install html_projectdir unconditionally.
* cpu_supplement/Makefile.am: Include main.am.
2010-06-11 Ralf Corsépius <ralf.corsepius at rtems.org>
diff -u rtems/doc/main.am:1.6 rtems/doc/main.am:1.7
--- rtems/doc/main.am:1.6 Fri Jan 24 05:16:35 2003
+++ rtems/doc/main.am Fri Jun 11 05:57:22 2010
@@ -1,5 +1,6 @@
-
+if USE_HTML
html_projectdir = $(htmldir)/$(PROJECT)
+endif
TEXI2WWW_ARGS=\
-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) \
diff -u rtems/doc/main.am:1.6 rtems/doc/main.am:1.6.10.1
--- rtems/doc/main.am:1.6 Fri Jan 24 05:16:35 2003
+++ rtems/doc/main.am Fri Jun 11 05:57:38 2010
@@ -1,5 +1,6 @@
-
+if USE_HTML
html_projectdir = $(htmldir)/$(PROJECT)
+endif
TEXI2WWW_ARGS=\
-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) \
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100611/1312cd03/attachment-0001.html>
More information about the vc
mailing list