mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
PR 369/filesystem * Makefile.am, configure.ac: sample application to show the use of the DOSFS functions * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c, fileio/system.h: New files.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
|
||||||
|
|
||||||
|
PR 369/filesystem
|
||||||
|
* Makefile.am, configure.ac: sample application to show the use of the
|
||||||
|
DOSFS functions
|
||||||
|
* fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
|
||||||
|
fileio/system.h: New files.
|
||||||
|
|
||||||
2003-06-04 Joel Sherrill <joel@OARcorp.com>
|
2003-06-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* pppd/system.h: Hack from Ralf to compile on all targets.
|
* pppd/system.h: Hack from Ralf to compile on all targets.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ FP_TESTS = paranoia
|
|||||||
NET_TESTS = loopback
|
NET_TESTS = loopback
|
||||||
NET_TESTS += pppd
|
NET_TESTS += pppd
|
||||||
|
|
||||||
SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \
|
SUBDIRS = hello ticker base_sp unlimited minimum fileio $(MP_TESTS) \
|
||||||
$(CPLUSPLUS_TESTS) $(FP_TESTS) $(NET_TESTS)
|
$(CPLUSPLUS_TESTS) $(FP_TESTS) $(NET_TESTS)
|
||||||
|
|
||||||
AUTOMAKE_FILES = sample.am
|
AUTOMAKE_FILES = sample.am
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ base_sp/Makefile
|
|||||||
hello/Makefile
|
hello/Makefile
|
||||||
loopback/Makefile
|
loopback/Makefile
|
||||||
minimum/Makefile
|
minimum/Makefile
|
||||||
|
fileio/Makefile
|
||||||
paranoia/Makefile
|
paranoia/Makefile
|
||||||
ticker/Makefile
|
ticker/Makefile
|
||||||
unlimited/Makefile
|
unlimited/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user