change log for rtems (2010-07-26)

Gedare Bloom gedare at gwmail.gwu.edu
Mon Jul 26 22:17:12 UTC 2010


On Mon, Jul 26, 2010 at 6:10 PM, rtems-vc at rtems.org <rtems-vc at rtems.org>wrote:

>   *joel*
>
> 2010-07-26	Joel Sherrill <joel.sherrill at oarcorp.com
> >
>
> 	* sapi/include/confdefs.h: Do not cover up user configuation mistakes
> 	on filesystems -- cite them as errors.
>
> M<http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2521&r2=text&tr2=1.2522&diff_format=h>
> 1.2522cpukit/ChangeLog M<http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.145&r2=text&tr2=1.146&diff_format=h>
> 1.146cpukit/sapi/include/confdefs.h
>
> diff -u rtems/cpukit/ChangeLog:1.2521 rtems/cpukit/ChangeLog:1.2522
> --- rtems/cpukit/ChangeLog:1.2521	Mon Jul 26 15:27:03 2010
> +++ rtems/cpukit/ChangeLog	Mon Jul 26 16:28:06 2010@@ -1,5 +1,10 @@
>  2010-07-26	Joel Sherrill <joel.sherrill at oarcorp.com>
>
> +	* sapi/include/confdefs.h: Do not cover up user configuation mistakes
> +	on filesystems -- cite them as errors.
> +
> +2010-07-26	Joel Sherrill <joel.sherrill at oarcorp.com>
> +
>  	* rtems/src/ratemonperiod.c: Remove tabs.
>
>  2010-07-26	Joel Sherrill <joel.sherrilL at OARcorp.com>
>
> diff -u rtems/cpukit/sapi/include/confdefs.h:1.145 rtems/cpukit/sapi/include/confdefs.h:1.146
> --- rtems/cpukit/sapi/include/confdefs.h:1.145	Thu Jul  1 04:51:14 2010
> +++ rtems/cpukit/sapi/include/confdefs.h	Mon Jul 26 16:28:06 2010@@ -223,27 +223,27 @@   #endif
>
>    /*-   * If disabling the file system undef everything. If DEVFS as the base
> -   * filesystem undefine all other filesystems because you cannot mount other
> -   * filesystems. Same for miniIMFS.
> -   */
> -  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM) || \
> -      defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM) || \
> -      defined(CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM)
> -    #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM)
> -      #undef CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
> -      #undef CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
> -    #elif defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
> -      #undef CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
> -    #endif
> -    #undef CONFIGURE_FILESYSTEM_MINIIMFS
> -    #undef CONFIGURE_FILESYSTEM_IMFS
> -    #undef CONFIGURE_FILESYSTEM_DEVFS
> -    #undef CONFIGURE_FILESYSTEM_TFTPFS
> -    #undef CONFIGURE_FILESYSTEM_FTPFS
> -    #undef CONFIGURE_FILESYSTEM_NFS
> -    #undef CONFIGURE_FILESYSTEM_DOSFS
> -    #undef CONFIGURE_FILESYSTEM_RFS+   * If disabling the file system, give a compile error if the user has
> +   * configured other filesystem parameters.
> +   */
> +  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM)
> +     #if defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM) || \
> +	 defined(CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM)
> +       #error "Filesystem disabled but a base filesystem configured."
> +     #endif
> +
> +    #if defined(CONFIGURE_FILESYSTEM_MINIIMFS) || \
> +        defined(CONFIGURE_FILESYSTEM_IMFS) || \
> +        defined(CONFIGURE_FILESYSTEM_DEVFS) || \
> +        defined(CONFIGURE_FILESYSTEM_TFTPFS) || \
> +        defined(CONFIGURE_FILESYSTEM_FTPFS) || \
> +        defined(CONFIGURE_FILESYSTEM_NFS) || \
> +        defined(CONFIGURE_FILESYSTEM_DOSFS) || \
> +        defined(CONFIGURE_FILESYSTEM_RFS)
> +        #error "Configured filessystems but root filesystem was not IMFS!"
> +        #error "Filesystems coule be disabled, DEVFS is root, or"
>
> typo? "coule" = could?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100726/4251a4a8/attachment.html>


More information about the vc mailing list