Changeset 7ec7cf7 in rtems
- Timestamp:
- 10/24/00 22:06:00 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4a2faa7c
- Parents:
- 509f8351
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libfs/ChangeLog
r509f8351 r7ec7cf7 1 2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/. 4 The approach is currently a bit of a hack as GNU canonicalization 5 does not support the per-BSP build some of the other directories 6 require. As more of the tree is converted, this will become less 7 of an issue. 8 1 9 2000-10-19 Joel Sherrill <joel@OARcorp.com> 2 10 -
c/src/exec/libfs/Makefile.am
r509f8351 r7ec7cf7 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = src wrapup -
c/src/libfs/ChangeLog
r509f8351 r7ec7cf7 1 2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/. 4 The approach is currently a bit of a hack as GNU canonicalization 5 does not support the per-BSP build some of the other directories 6 require. As more of the tree is converted, this will become less 7 of an issue. 8 1 9 2000-10-19 Joel Sherrill <joel@OARcorp.com> 2 10 -
c/src/libfs/Makefile.am
r509f8351 r7ec7cf7 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = src wrapup -
c/src/libfs/configure.in
r509f8351 r7ec7cf7 4 4 5 5 AC_PREREQ(2.13) 6 AC_INIT( README)6 AC_INIT(src/imfs/imfs.h) 7 7 RTEMS_TOP(../../..) 8 8 AC_CONFIG_AUX_DIR(../../..) -
cpukit/libfs/ChangeLog
r509f8351 r7ec7cf7 1 2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/. 4 The approach is currently a bit of a hack as GNU canonicalization 5 does not support the per-BSP build some of the other directories 6 require. As more of the tree is converted, this will become less 7 of an issue. 8 1 9 2000-10-19 Joel Sherrill <joel@OARcorp.com> 2 10 -
cpukit/libfs/Makefile.am
r509f8351 r7ec7cf7 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = src wrapup
Note: See TracChangeset
for help on using the changeset viewer.