change log for rtems (2010-09-08)

Ralf Corsepius ralf.corsepius at rtems.org
Thu Oct 14 07:41:05 UTC 2010


On 10/14/2010 09:31 AM, Sebastian Huber wrote:
> I want to perform the following changes:
>
> 1. Prefix all macros with BSP_
>
> 2. Add a test to libtests
>
> 2.1. Add this to configure.ac:
>
> Index: configure.ac
> ===================================================================
> RCS file: /usr1/CVS/rtems/testsuites/libtests/configure.ac,v
> retrieving revision 1.56
> diff -u -r1.56 configure.ac
> --- configure.ac        23 Aug 2010 08:32:51 -0000      1.56
> +++ configure.ac        14 Oct 2010 07:29:54 -0000
> @@ -35,6 +35,9 @@
>
>   AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
>
> +AC_CHECK_HEADERS([bsp/utility.h])
> +AC_CONFIG_HEADER(config.h)
> +
>   # Explicitly list all Makefiles here
>   AC_CONFIG_FILES([Makefile
>   block01/Makefile
>
> 2.2 Add a test libtests/bsputility which uses the new config.h
>
This patch is broken - Do not apply.





More information about the vc mailing list