Changeset 46ea78a in rtems
- Timestamp:
- 01/04/02 17:55:57 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8217c40
- Parents:
- c672d97
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/ChangeLog
rc672d97 r46ea78a 1 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove optman/Makefile from CONFIG_FILES. 4 * Makefile.am: Remove optman from SUBDIRS. 5 1 6 2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/exec/posix/Makefile.am
rc672d97 r46ea78a 6 6 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 7 8 SUBDIRS = include inline macros src optman8 SUBDIRS = include inline macros src 9 9 10 10 include $(top_srcdir)/../../../../automake/subdirs.am -
c/src/exec/posix/configure.ac
rc672d97 r46ea78a 54 54 src/Makefile 55 55 include/Makefile 56 optman/Makefile57 56 inline/Makefile 58 57 macros/Makefile -
cpukit/posix/ChangeLog
rc672d97 r46ea78a 1 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove optman/Makefile from CONFIG_FILES. 4 * Makefile.am: Remove optman from SUBDIRS. 5 1 6 2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/posix/Makefile.am
rc672d97 r46ea78a 6 6 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 7 8 SUBDIRS = include inline macros src optman8 SUBDIRS = include inline macros src 9 9 10 10 include $(top_srcdir)/../../../../automake/subdirs.am -
cpukit/posix/configure.ac
rc672d97 r46ea78a 54 54 src/Makefile 55 55 include/Makefile 56 optman/Makefile57 56 inline/Makefile 58 57 macros/Makefile
Note: See TracChangeset
for help on using the changeset viewer.