Changeset e6cf7a3 in rtems
- Timestamp:
- 07/31/02 05:27:07 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c321496
- Parents:
- f326d12
- Location:
- cpukit/libfs
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libfs/ChangeLog
rf326d12 re6cf7a3 1 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/dosfs/Makefile.am: Use .$(OBJEXT) instead of .o. 4 * src/src/imfs/Makefile.am: Ditto. 5 6 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 7 8 * src/dosfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and 9 AM_CFLAGS. Eliminate LIBNAME. 10 * src/imfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and 11 AM_CFLAGS. Eliminate LIBNAME. 12 * wrapup/Makefile.am: Eliminate LIBNAME. 1 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Remove. 4 * wrapup/.cvsignore: Remove. 5 * Makefile.am: Remove wrapup SUBDIR. 6 * configure.ac: Remove wrapup/Makefile. 13 7 14 8 2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
cpukit/libfs/Makefile.am
rf326d12 re6cf7a3 5 5 ACLOCAL_AMFLAGS = -I ../aclocal 6 6 7 SUBDIRS = src wrapup7 SUBDIRS = src 8 8 9 9 EXTRA_DIST = README -
cpukit/libfs/configure.ac
rf326d12 re6cf7a3 32 32 src/imfs/Makefile 33 33 src/dosfs/Makefile 34 wrapup/Makefile35 34 ]) 36 35 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.