2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Remove EXTRA_DIST.
	* fs01/fs91.doc: Remove (Empty, unused).
	* mimfs_fs01/Makefile.am: Use mimfs_support/fs_config.h.
This commit is contained in:
Ralf Corsepius
2011-06-20 05:02:43 +00:00
parent 89d6aa9a0f
commit 7b5eab8778
2 changed files with 9 additions and 6 deletions
+6
View File
@@ -1,3 +1,9 @@
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove EXTRA_DIST.
* fs01/fs91.doc: Remove (Empty, unused).
* mimfs_fs01/Makefile.am: Use mimfs_support/fs_config.h.
2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Add initial test to File System Test Suite.
+3 -6
View File
@@ -4,12 +4,9 @@
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = \
imfs_fs01 \
mimfs_fs01
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = fs01/init.c fs01/fs01.doc
SUBDIRS =
SUBDIRS += imfs_fs01
SUBDIRS += mimfs_fs01
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am