change log for rtems (2010-06-12)
rtems-vc at rtems.org
rtems-vc at rtems.org
Sun Jun 13 04:12:01 UTC 2010
*ralf* (on branch rtems-4-10-branch):
2010-06-13 Ralf Corsépius <ralf.corsepius at rtems.org>
* include/rtems/tar.h, libcsupport/include/tar.h: Remove.
* configure.ac: Require toolchain to provide tar.h.
* libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.h:
Use <tar.h> instead of <rtems/tar.h>.
M 1.2376 cpukit/ChangeLog
M 1.2346.2.8 cpukit/ChangeLog
M 1.98 cpukit/Makefile.am
M 1.94.2.1 cpukit/Makefile.am
M 1.185 cpukit/configure.ac
M 1.181.2.3 cpukit/configure.ac
R 1.1 cpukit/include/rtems/tar.h
R 1.1 cpukit/include/rtems/tar.h
R 1.1 cpukit/libcsupport/include/tar.h
R 1.1 cpukit/libcsupport/include/tar.h
M 1.16 cpukit/libfs/src/imfs/imfs_load_tar.c
M 1.15.2.1 cpukit/libfs/src/imfs/imfs_load_tar.c
M 1.9 cpukit/libmisc/untar/untar.h
M 1.8.6.1 cpukit/libmisc/untar/untar.h
diff -u rtems/cpukit/ChangeLog:1.2375 rtems/cpukit/ChangeLog:1.2376
--- rtems/cpukit/ChangeLog:1.2375 Sat Jun 12 22:02:26 2010
+++ rtems/cpukit/ChangeLog Sat Jun 12 22:36:58 2010
@@ -1,5 +1,12 @@
2010-06-13 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * include/rtems/tar.h, libcsupport/include/tar.h: Remove.
+ * configure.ac: Require toolchain to provide tar.h.
+ * libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.h:
+ Use <tar.h> instead of <rtems/tar.h>.
+
+2010-06-13 Ralf Corsépius <ralf.corsepius at rtems.org>
+
* libcsupport/include/rtems/libio.h: Fix typo in doxygen comment.
2010-06-12 Joel Sherrill <joel.sherrilL at OARcorp.com>
diff -u rtems/cpukit/ChangeLog:1.2346.2.7 rtems/cpukit/ChangeLog:1.2346.2.8
--- rtems/cpukit/ChangeLog:1.2346.2.7 Sat Jun 12 01:40:46 2010
+++ rtems/cpukit/ChangeLog Sat Jun 12 22:38:52 2010
@@ -1,3 +1,10 @@
+2010-06-13 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * include/rtems/tar.h, libcsupport/include/tar.h: Remove.
+ * configure.ac: Require toolchain to provide tar.h.
+ * libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.h:
+ Use <tar.h> instead of <rtems/tar.h>.
+
2010-06-12 Ralf Corsépius <ralf.corsepius at rtems.org>
* rtems/inline/rtems/rtems/status.inl: Fix broken doxygen comment.
diff -u rtems/cpukit/Makefile.am:1.97 rtems/cpukit/Makefile.am:1.98
--- rtems/cpukit/Makefile.am:1.97 Fri Jun 11 14:37:12 2010
+++ rtems/cpukit/Makefile.am Sat Jun 12 22:36:33 2010
@@ -70,7 +70,7 @@
include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \
include/rtems/fs.h include/rtems/pci.h \
- include/rtems/concat.h include/rtems/tar.h \
+ include/rtems/concat.h \
include/rtems/status-checks.h
include_rtems_HEADERS += include/rtems/endian.h
diff -u rtems/cpukit/Makefile.am:1.94 rtems/cpukit/Makefile.am:1.94.2.1
--- rtems/cpukit/Makefile.am:1.94 Wed Feb 17 18:24:24 2010
+++ rtems/cpukit/Makefile.am Sat Jun 12 22:38:42 2010
@@ -72,7 +72,7 @@
include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \
include/rtems/fs.h include/rtems/pci.h \
- include/rtems/concat.h include/rtems/tar.h \
+ include/rtems/concat.h \
include/rtems/status-checks.h
include_rtems_HEADERS += include/rtems/endian.h
diff -u rtems/cpukit/configure.ac:1.184 rtems/cpukit/configure.ac:1.185
--- rtems/cpukit/configure.ac:1.184 Fri Jun 11 09:27:21 2010
+++ rtems/cpukit/configure.ac Sat Jun 12 22:36:33 2010
@@ -84,6 +84,10 @@
AS_IF([test x"${ac_cv_header_sched_h}" != xyes],
[AC_MSG_ERROR([Required header sched.h not found])])
+## error out if libc doesn't provide tar.h
+AS_IF([test x"${ac_cv_header_tar_h}" != xyes],
+[AC_MSG_ERROR([Required header tar.h not found])])
+
AC_HEADER_STDBOOL
AS_IF([test x"${ac_cv_header_stdbool_h}" != xyes],
[AC_MSG_ERROR([No sufficient stdbool.h found])])
@@ -112,10 +116,6 @@
RTEMS_CHECK_ITRON_API
RTEMS_CHECK_NETWORKING
-AS_IF([test x"${RTEMS_USE_NEWLIB}" = xyes],
-[RTEMS_USES_TAR_H=yes],
-[RTEMS_USES_TAR_H=$ac_cv_header_tar_h])
-
rtems_major=`echo _RTEMS_VERSION | sed "s/\..*//"`
rtems_minor=`echo _RTEMS_VERSION | sed "s/[[0-9]][[0-9]]*\.//;s/\..*//"`
rtems_revision=`echo _RTEMS_VERSION | sed "s/[[0-9]][[0-9]]*\.//;s/[[0-9]][[0-9]]*\.//;s/\..*//"`
@@ -152,11 +152,6 @@
[1],
[if networking is enabled])
-RTEMS_CPUOPT([RTEMS_USES_TAR_H],
- [test x"${RTEMS_USES_TAR_H}" = x"yes"],
- [1],
- [if RTEMS uses tar.h])
-
RTEMS_CPUOPT([RTEMS_VERSION],
[true],
["]_RTEMS_VERSION["],
diff -u rtems/cpukit/configure.ac:1.181.2.2 rtems/cpukit/configure.ac:1.181.2.3
--- rtems/cpukit/configure.ac:1.181.2.2 Tue Jun 8 23:39:15 2010
+++ rtems/cpukit/configure.ac Sat Jun 12 22:38:43 2010
@@ -86,6 +86,10 @@
AS_IF([test x"${ac_cv_header_sched_h}" != xyes],
[AC_MSG_ERROR([Required header sched.h not found])])
+## error out if libc doesn't provide tar.h
+AS_IF([test x"${ac_cv_header_tar_h}" != xyes],
+[AC_MSG_ERROR([Required header tar.h not found])])
+
AC_HEADER_STDBOOL
AS_IF([test x"${ac_cv_header_stdbool_h}" != xyes],
[AC_MSG_ERROR([No sufficient stdbool.h found])])
@@ -114,10 +118,6 @@
RTEMS_CHECK_ITRON_API
RTEMS_CHECK_NETWORKING
-AS_IF([test x"${RTEMS_USE_NEWLIB}" = xyes],
-[RTEMS_USES_TAR_H=yes],
-[RTEMS_USES_TAR_H=$ac_cv_header_tar_h])
-
rtems_major=`echo _RTEMS_VERSION | sed "s/\..*//"`
rtems_minor=`echo _RTEMS_VERSION | sed "s/[[0-9]][[0-9]]*\.//;s/\..*//"`
rtems_revision=`echo _RTEMS_VERSION | sed "s/[[0-9]][[0-9]]*\.//;s/[[0-9]][[0-9]]*\.//;s/\..*//"`
@@ -154,11 +154,6 @@
[1],
[if networking is enabled])
-RTEMS_CPUOPT([RTEMS_USES_TAR_H],
- [test x"${RTEMS_USES_TAR_H}" = x"yes"],
- [1],
- [if RTEMS uses tar.h])
-
RTEMS_CPUOPT([RTEMS_VERSION],
[true],
["]_RTEMS_VERSION["],
diff -u rtems/cpukit/libfs/src/imfs/imfs_load_tar.c:1.15 rtems/cpukit/libfs/src/imfs/imfs_load_tar.c:1.16
--- rtems/cpukit/libfs/src/imfs/imfs_load_tar.c:1.15 Tue Jan 19 13:31:00 2010
+++ rtems/cpukit/libfs/src/imfs/imfs_load_tar.c Sat Jun 12 22:36:34 2010
@@ -24,6 +24,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <tar.h>
#include <string.h>
@@ -31,7 +32,6 @@
#include <rtems/libio_.h>
#include <rtems/imfs.h>
#include <rtems/untar.h>
-#include <rtems/tar.h>
/*
* TAR file format:
diff -u rtems/cpukit/libfs/src/imfs/imfs_load_tar.c:1.15 rtems/cpukit/libfs/src/imfs/imfs_load_tar.c:1.15.2.1
--- rtems/cpukit/libfs/src/imfs/imfs_load_tar.c:1.15 Tue Jan 19 13:31:00 2010
+++ rtems/cpukit/libfs/src/imfs/imfs_load_tar.c Sat Jun 12 22:38:43 2010
@@ -24,6 +24,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <tar.h>
#include <string.h>
@@ -31,7 +32,6 @@
#include <rtems/libio_.h>
#include <rtems/imfs.h>
#include <rtems/untar.h>
-#include <rtems/tar.h>
/*
* TAR file format:
diff -u rtems/cpukit/libmisc/untar/untar.h:1.8 rtems/cpukit/libmisc/untar/untar.h:1.9
--- rtems/cpukit/libmisc/untar/untar.h:1.8 Wed Sep 5 18:46:36 2007
+++ rtems/cpukit/libmisc/untar/untar.h Sat Jun 12 22:36:34 2010
@@ -12,7 +12,7 @@
#define _RTEMS_UNTAR_H
#include <stddef.h>
-#include <rtems/tar.h>
+#include <tar.h>
#ifdef __cplusplus
extern "C" {
diff -u rtems/cpukit/libmisc/untar/untar.h:1.8 rtems/cpukit/libmisc/untar/untar.h:1.8.6.1
--- rtems/cpukit/libmisc/untar/untar.h:1.8 Wed Sep 5 18:46:36 2007
+++ rtems/cpukit/libmisc/untar/untar.h Sat Jun 12 22:38:43 2010
@@ -12,7 +12,7 @@
#define _RTEMS_UNTAR_H
#include <stddef.h>
-#include <rtems/tar.h>
+#include <tar.h>
#ifdef __cplusplus
extern "C" {
*ralf* (on branch rtems-4-10-branch):
Regenerate.
M 1.45 cpukit/preinstall.am
M 1.44.2.1 cpukit/preinstall.am
diff -u rtems/cpukit/preinstall.am:1.44 rtems/cpukit/preinstall.am:1.45
--- rtems/cpukit/preinstall.am:1.44 Wed Feb 17 18:24:24 2010
+++ rtems/cpukit/preinstall.am Sat Jun 12 22:38:03 2010
@@ -135,10 +135,6 @@
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/concat.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/concat.h
-$(PROJECT_INCLUDE)/rtems/tar.h: include/rtems/tar.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/tar.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tar.h
-
$(PROJECT_INCLUDE)/rtems/status-checks.h: include/rtems/status-checks.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/status-checks.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/status-checks.h
diff -u rtems/cpukit/preinstall.am:1.44 rtems/cpukit/preinstall.am:1.44.2.1
--- rtems/cpukit/preinstall.am:1.44 Wed Feb 17 18:24:24 2010
+++ rtems/cpukit/preinstall.am Sat Jun 12 22:39:35 2010
@@ -135,10 +135,6 @@
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/concat.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/concat.h
-$(PROJECT_INCLUDE)/rtems/tar.h: include/rtems/tar.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/tar.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tar.h
-
$(PROJECT_INCLUDE)/rtems/status-checks.h: include/rtems/status-checks.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/status-checks.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/status-checks.h
--
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/20100612/328d5fd2/attachment-0001.html>
More information about the vc
mailing list