change log for rtems (2010-08-16)
rtems-vc at rtems.org
rtems-vc at rtems.org
Mon Aug 16 15:10:15 UTC 2010
*ralf*:
2010-08-16 Ralf Corsépius <ralf.corsepius at rtems.org>
* fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
* configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
Force autoconf-2.67, automake-1.11.1.
M 1.181 testsuites/samples/ChangeLog
M 1.30 testsuites/samples/configure.ac
M 1.20 testsuites/samples/fileio/Makefile.am
diff -u rtems/testsuites/samples/ChangeLog:1.180 rtems/testsuites/samples/ChangeLog:1.181
--- rtems/testsuites/samples/ChangeLog:1.180 Wed Jul 7 04:25:59 2010
+++ rtems/testsuites/samples/ChangeLog Mon Aug 16 09:20:48 2010
@@ -1,3 +1,9 @@
+2010-08-16 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
+ * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
+ Force autoconf-2.67, automake-1.11.1.
+
2010-07-07 Sebastian Huber <Sebastian.Huber at embedded-brains.de>
* minimum/init.c: Use fatal error extension to prevent infinite
diff -u rtems/testsuites/samples/configure.ac:1.29 rtems/testsuites/samples/configure.ac:1.30
--- rtems/testsuites/samples/configure.ac:1.29 Thu Aug 16 20:07:10 2007
+++ rtems/testsuites/samples/configure.ac Mon Aug 16 09:20:48 2010
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.60)
+AC_PREREQ(2.67)
AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([hello])
RTEMS_TOP([../..],[..])
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.10])
+AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE
RTEMS_ENABLE_CXX
@@ -55,9 +55,6 @@
AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
-#FIXME: We should use a feature based check
-AM_CONDITIONAL(LIBCHIP,[test "$RTEMS_BSP_FAMILY" != "posix"])
-
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
base_sp/Makefile
diff -u rtems/testsuites/samples/fileio/Makefile.am:1.19 rtems/testsuites/samples/fileio/Makefile.am:1.20
--- rtems/testsuites/samples/fileio/Makefile.am:1.19 Fri Apr 3 07:42:12 2009
+++ rtems/testsuites/samples/fileio/Makefile.am Mon Aug 16 09:20:48 2010
@@ -4,19 +4,15 @@
MANAGERS = io message semaphore
-if LIBCHIP
-
rtems_tests_PROGRAMS = fileio
fileio_SOURCES = init.c system.h
dist_rtems_tests_DATA = fileio.doc
-endif
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-if LIBCHIP
fileio_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
LINK_OBJS = $(fileio_OBJECTS) $(fileio_LDADD)
@@ -25,6 +21,5 @@
fileio$(EXEEXT): $(fileio_OBJECTS) $(fileio_DEPENDENCIES)
@rm -f fileio$(EXEEXT)
$(make-exe)
-endif
include $(top_srcdir)/../automake/local.am
--
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/20100816/5150b110/attachment-0001.html>
More information about the vc
mailing list