Changeset ee419f3 in rtems
- Timestamp:
- 10/18/00 16:56:12 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c5a60819
- Parents:
- bfac6a7
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rbfac6a7 ree419f3 1 2000-10-18 Chris Johns <ccj@acm.org> 2 3 * libfs created. 4 * configure.in: Added libfs subdirectory. 5 1 6 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/configure.in
rbfac6a7 ree419f3 33 33 cfg_subdirs="$cfg_subdirs lib" 34 34 cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp" 35 cfg_subdirs="$cfg_subdirs lib misc"35 cfg_subdirs="$cfg_subdirs libfs libmisc" 36 36 37 37 if test "$RTEMS_CPU" != "unix"; then
Note: See TracChangeset
for help on using the changeset viewer.