Changeset 58c3d04e in rtems
- Timestamp:
- 03/28/02 00:45:34 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ef7ceb4
- Parents:
- 87e106c
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/ChangeLog
r87e106c r58c3d04e 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * src/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * macros/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 1 12 2002-03-01 Eric Norum <eric.norum@usask.ca> 2 13 -
c/src/exec/posix/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
c/src/exec/posix/configure.ac
r87e106c r58c3d04e 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-exec-posix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([src/pthread.c]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-exec-posix,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
c/src/exec/posix/include/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.56 5 7 6 $(PROJECT_INCLUDE): -
c/src/exec/posix/inline/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.56 5 7 6 include_rtems_posixdir = $(includedir)/rtems/posix -
c/src/exec/posix/macros/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.56 5 7 6 include_rtems_posixdir = $(includedir)/rtems/posix -
c/src/exec/posix/src/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 INCLUDES = -I. -
cpukit/posix/ChangeLog
r87e106c r58c3d04e 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * src/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * macros/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 1 12 2002-03-01 Eric Norum <eric.norum@usask.ca> 2 13 -
cpukit/posix/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
cpukit/posix/configure.ac
r87e106c r58c3d04e 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-exec-posix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([src/pthread.c]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-exec-posix,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
cpukit/posix/include/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.56 5 7 6 $(PROJECT_INCLUDE): -
cpukit/posix/inline/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.56 5 7 6 include_rtems_posixdir = $(includedir)/rtems/posix -
cpukit/posix/macros/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.56 5 7 6 include_rtems_posixdir = $(includedir)/rtems/posix -
cpukit/posix/src/Makefile.am
r87e106c r58c3d04e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 INCLUDES = -I.
Note: See TracChangeset
for help on using the changeset viewer.